Skip to content

Commit

Permalink
dev: Fix test references
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaplots committed Oct 23, 2024
1 parent 0f2797f commit 10a63eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/identityserver/bunstore/store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func TestApplicationStore(t *testing.T) {
st := storetest.New(t, newTestStore)
st.TestApplicationStoreCRUD(t)
st.TestApplicationStorePagination(t)
st.TestAPIKeyStorePaginationDefaults(t)
st.TestApplicationStorePaginationDefaults(t)
}

func TestClientStore(t *testing.T) {
Expand Down

0 comments on commit 10a63eb

Please sign in to comment.