chainntfns: stop neutrino service before closing DB in interface_test.go

This commit is contained in:
Alex 2018-01-10 17:19:43 -07:00 committed by Olaoluwa Osuntokun
parent 9a02884d0b
commit db55569bac
1 changed files with 1 additions and 1 deletions

View File

@ -1423,8 +1423,8 @@ func TestInterfaces(t *testing.T) {
spvNode.Start()
cleanUp = func() {
spvDatabase.Close()
spvNode.Stop()
spvDatabase.Close()
os.RemoveAll(spvDir)
}