Clean up database package

This commit is contained in:
Daniel 2019-09-20 22:01:49 +02:00
parent ddc773a9f2
commit 7011bde0fe
7 changed files with 18 additions and 21 deletions

View file

@ -124,7 +124,7 @@ func TestDatabaseSystem(t *testing.T) {
go func() {
time.Sleep(10 * time.Second)
fmt.Println("===== TAKING TOO LONG - PRINTING STACK TRACES =====")
pprof.Lookup("goroutine").WriteTo(os.Stdout, 1)
_ = pprof.Lookup("goroutine").WriteTo(os.Stdout, 1)
os.Exit(1)
}()