Skip to content

Commit f90f191

Browse files
committed
fix: fixed test
1 parent 9332537 commit f90f191

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

recipe/emailpassword/testingUtils.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import (
2323
"github.com/stretchr/testify/assert"
2424
"github.com/supertokens/supertokens-golang/recipe/emailverification"
2525
"github.com/supertokens/supertokens-golang/recipe/session"
26+
"github.com/supertokens/supertokens-golang/recipe/usermetadata"
2627
"github.com/supertokens/supertokens-golang/supertokens"
2728
"github.com/supertokens/supertokens-golang/test/unittesting"
2829
)
@@ -32,6 +33,7 @@ func resetAll() {
3233
ResetForTest()
3334
emailverification.ResetForTest()
3435
session.ResetForTest()
36+
usermetadata.ResetForTest()
3537
}
3638

3739
func BeforeEach() {

0 commit comments

Comments
 (0)