Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavsteindler committed Feb 19, 2025
1 parent 8e1630c commit 0906d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/catalog/catalog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ func createPrepareUncommittedTestScenario(t *testing.T, repositoryID string, num
test.GarbageCollectionManager.EXPECT().
GetUncommittedLocation(gomock.Any(), gomock.Any(), gomock.Any()).
MinTimes(1).
DoAndReturn(func(runID string, sn graveler.StorageNamespace) (string, error) {
DoAndReturn(func(runID string, storageID graveler.StorageID, sn graveler.StorageNamespace) (string, error) {
return fmt.Sprintf("%s/retention/gc/uncommitted/%s/uncommitted/", "_lakefs", runID), nil
})
}
Expand Down

0 comments on commit 0906d85

Please sign in to comment.