Skip to content

Commit e63d9ad

Browse files
committed
added recipeID to test
1 parent 609aa5d commit e63d9ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipe/thirdparty/users_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func TestGetUsersOldesFirst(t *testing.T) {
123123
t.Fail()
124124
}
125125

126-
querier, err := supertokens.GetNewQuerierInstanceOrThrowError(options.RecipeID)
126+
querier, err := supertokens.GetNewQuerierInstanceOrThrowError("thirdparty")
127127
if err != nil {
128128
t.Fail()
129129
}
@@ -250,7 +250,7 @@ func TestGetUsersNewestFirst(t *testing.T) {
250250
t.Fail()
251251
}
252252

253-
querier, err := supertokens.GetNewQuerierInstanceOrThrowError(options.RecipeID)
253+
querier, err := supertokens.GetNewQuerierInstanceOrThrowError("thirdparty")
254254
if err != nil {
255255
t.Fail()
256256
}

0 commit comments

Comments
 (0)