Fix issue with store closing on configuration file update

This commit is contained in:
TwinProduction 2021-07-17 00:05:14 -04:00 committed by Chris
parent bbbfe7f466
commit 5a4fa6f2b0
2 changed files with 0 additions and 2 deletions

View File

@ -42,7 +42,6 @@ func start(cfg *config.Config) {
func stop() {
watchdog.Shutdown()
storage.Get().Close()
controller.Shutdown()
}

View File

@ -72,7 +72,6 @@ func TestInitialize(t *testing.T) {
return
}
provider.Close()
provider = nil
})
}
}