Skip to content

Commit

Permalink
Update e2e/ls_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Deniz Surmeli <52484739+denizsurmeli@users.noreply.github.com>
  • Loading branch information
tarikozyurtt and denizsurmeli authored Jul 5, 2024
1 parent 19411ea commit ec32627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/ls_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -800,5 +800,5 @@ func TestEmptyBucket(t *testing.T) {

result.Assert(t, icmd.Success)

assertLines(t, result.Stdout(), map[int]compareFunc{}, alignment(true))
assertLines(t, result.Stdout(), nil)
}

0 comments on commit ec32627

Please sign in to comment.