Some cosmetic fixes from #4106 (#4236)

This commit is contained in:
its-josh4
2023-10-22 14:20:41 -07:00
committed by GitHub
parent 24984da16e
commit b99d16b712
5 changed files with 26 additions and 27 deletions

View File

@@ -600,10 +600,10 @@ func runTests(m *testing.M) int {
err = populateDB()
if err != nil {
panic(fmt.Sprintf("Could not populate database: %s", err.Error()))
} else {
// run the tests
return m.Run()
}
// run the tests
return m.Run()
}
func populateDB() error {