chainntfns: stop neutrino service before closing DB in interface_test.go
This commit is contained in:
parent
9a02884d0b
commit
db55569bac
@ -1423,8 +1423,8 @@ func TestInterfaces(t *testing.T) {
|
||||
spvNode.Start()
|
||||
|
||||
cleanUp = func() {
|
||||
spvDatabase.Close()
|
||||
spvNode.Stop()
|
||||
spvDatabase.Close()
|
||||
os.RemoveAll(spvDir)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user