We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 609aa5d commit e63d9adCopy full SHA for e63d9ad
recipe/thirdparty/users_test.go
@@ -123,7 +123,7 @@ func TestGetUsersOldesFirst(t *testing.T) {
123
t.Fail()
124
}
125
126
- querier, err := supertokens.GetNewQuerierInstanceOrThrowError(options.RecipeID)
+ querier, err := supertokens.GetNewQuerierInstanceOrThrowError("thirdparty")
127
if err != nil {
128
129
@@ -250,7 +250,7 @@ func TestGetUsersNewestFirst(t *testing.T) {
250
251
252
253
254
255
256
0 commit comments