Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SMI/versitygw
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 54ab2844f7c468ea3b0762b75021ef4331d6ecf9
Choose a base ref
..
head repository: SMI/versitygw
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c380053b1a6d51eef7eab7c31fefe7739235d841
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 backend/walk_test.go
2 changes: 1 addition & 1 deletion backend/walk_test.go
Original file line number Diff line number Diff line change
@@ -363,7 +363,7 @@ func TestWalkStop(t *testing.T) {
_, err = backend.Walk(ctx, s, "", "/", "", 1000,
func(path string, d fs.DirEntry) (s3response.Object, error) {
return s3response.Object{}, nil
}, []string{})
}, []string{}, []string{})
}()

select {