Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Sep 21, 2023
1 parent 5f74151 commit 015fe49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ func mustCreateAndInitialiseStorage(ctx context.Context, t *testing.T, root stri
if err != nil {
t.Fatalf("Create = %v", err)
}
InitialiseStorage(ctx, t, st)
if err := InitialiseStorage(ctx, t, st); err != nil {
t.Fatalf("InitialiseStorage = %v", err)
}
return st
}

0 comments on commit 015fe49

Please sign in to comment.