Skip to content

Commit a462299

Browse files
Merge pull request #313 from supertokens/fix/tests
fix: Reset thirdpartyemailpassword in dashboard tests
2 parents efa8a47 + 7aa9224 commit a462299

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

recipe/dashboard/testingUtils.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ package dashboard
1717

1818
import (
1919
"github.com/supertokens/supertokens-golang/recipe/session"
20+
"github.com/supertokens/supertokens-golang/recipe/thirdpartyemailpassword"
2021
"testing"
2122

2223
"github.com/supertokens/supertokens-golang/supertokens"
@@ -27,6 +28,7 @@ func resetAll() {
2728
supertokens.ResetForTest()
2829
ResetForTest()
2930
session.ResetForTest()
31+
thirdpartyemailpassword.ResetForTest()
3032
}
3133

3234
func BeforeEach() {

0 commit comments

Comments
 (0)