Skip to content

Commit

Permalink
Removed new line
Browse files Browse the repository at this point in the history
Signed-off-by: nyagamunene <[email protected]>
  • Loading branch information
nyagamunene committed Apr 2, 2024
1 parent d028325 commit 6c14ba4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion auth/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,6 @@ func TestListObjects(t *testing.T) {
limit: 10,
err: svcerr.ErrInvalidPolicy,
},

}
for _, tc := range cases {
repocall2 := prepo.On("RetrieveObjects", mock.Anything, mock.Anything, mock.Anything, mock.Anything).Return(expectedPolicies, mock.Anything, tc.err)
Expand Down

0 comments on commit 6c14ba4

Please sign in to comment.