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 9332537 commit f90f191Copy full SHA for f90f191
recipe/emailpassword/testingUtils.go
@@ -23,6 +23,7 @@ import (
23
"github.com/stretchr/testify/assert"
24
"github.com/supertokens/supertokens-golang/recipe/emailverification"
25
"github.com/supertokens/supertokens-golang/recipe/session"
26
+ "github.com/supertokens/supertokens-golang/recipe/usermetadata"
27
"github.com/supertokens/supertokens-golang/supertokens"
28
"github.com/supertokens/supertokens-golang/test/unittesting"
29
)
@@ -32,6 +33,7 @@ func resetAll() {
32
33
ResetForTest()
34
emailverification.ResetForTest()
35
session.ResetForTest()
36
+ usermetadata.ResetForTest()
37
}
38
39
func BeforeEach() {
0 commit comments