Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
annawinkler committed Jun 1, 2022
1 parent c91f506 commit e98b091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry_provider_integration_test.go
Expand Up @@ -72,7 +72,7 @@ func TestRegistryProvidersList(t *testing.T) {
require.NoError(t, err)
assert.Empty(t, rpl.Items)
assert.Equal(t, 999, rpl.CurrentPage)
assert.Equal(t, 2, rpl.TotalCount)
assert.Equal(t, 20, rpl.TotalCount)
})

t.Run("filters on registry name", func(t *testing.T) {
Expand Down

0 comments on commit e98b091

Please sign in to comment.