Skip to content

Commit

Permalink
harden test
Browse files Browse the repository at this point in the history
  • Loading branch information
petedannemann committed Dec 12, 2023
1 parent 9557166 commit ebf1cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/acl/acl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ func TestDeleteMultipleACLs(t *testing.T) {
Operation: kafka.ACLOperationTypeRead,
})
require.NoError(t, err)
require.Equal(t, []admin.ACLInfo{
require.ElementsMatch(t, []admin.ACLInfo{
{
ResourceType: admin.ResourceType(kafka.ResourceTypeTopic),
ResourceName: topicName,
Expand Down

0 comments on commit ebf1cdc

Please sign in to comment.