Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mgaeta committed Jul 25, 2024
1 parent 946a3ed commit 2371b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/connector/user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func TestUsersList(t *testing.T) {

require.NotNil(t, resources)
// We expect there to be duplicates.
//require.Len(t, resources, 3)
// require.Len(t, resources, 3)
require.Len(t, resources, 2)
require.NotEmpty(t, resources[0].Id)
})
Expand Down

0 comments on commit 2371b88

Please sign in to comment.