test: fix unit test

This commit is contained in:
Denis Gukov 2022-11-09 21:37:38 +05:00
parent 579f978ffc
commit 53a75cf916

View File

@ -76,7 +76,7 @@ func TestPopulateDetails(t *testing.T) {
store := bolt.BoltDb{
Filename: fn,
}
err := store.Connect()
err := store.Connect("")
if err != nil {
t.Fatal(err)
}