mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
test: fix unit test
This commit is contained in:
parent
579f978ffc
commit
53a75cf916
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user