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 f18f469 commit bf28899
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 bf28899

Please sign in to comment.