Skip to content

Commit

Permalink
Fix failing minio test
Browse files Browse the repository at this point in the history
  • Loading branch information
pa250194 authored and squaremo committed Jan 6, 2022
1 parent 93a88ab commit 16b3cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minio/minio_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func TestVisitObjects(t *testing.T) {
return nil
})
assert.NilError(t, err)
assert.DeepEqual(t, objs, []string{})
assert.DeepEqual(t, objs, []string{objectName})
}

func TestVisitObjectsErr(t *testing.T) {
Expand Down

0 comments on commit 16b3cbb

Please sign in to comment.