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 d13783b commit 519228dCopy full SHA for 519228d
recipe/session/recipe.go
@@ -225,5 +225,4 @@ func (r *Recipe) getClaimValidatorsAddedByOtherRecipes() []claims.SessionClaimVa
225
226
func ResetForTest() {
227
singletonInstance = nil
228
- didGetSessionCallCore = false
229
}
recipe/session/testingUtils.go
@@ -28,6 +28,7 @@ var didGetSessionCallCore = false
28
func resetAll() {
29
supertokens.ResetForTest()
30
ResetForTest()
31
+ didGetSessionCallCore = false
32
33
34
func BeforeEach() {
0 commit comments