Skip to content

Commit

Permalink
Merge pull request #313 from supertokens/fix/tests
Browse files Browse the repository at this point in the history
fix: Reset thirdpartyemailpassword in dashboard tests
  • Loading branch information
rishabhpoddar authored Jul 26, 2023
2 parents efa8a47 + 7aa9224 commit a462299
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe/dashboard/testingUtils.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ package dashboard

import (
"github.com/supertokens/supertokens-golang/recipe/session"
"github.com/supertokens/supertokens-golang/recipe/thirdpartyemailpassword"
"testing"

"github.com/supertokens/supertokens-golang/supertokens"
Expand All @@ -27,6 +28,7 @@ func resetAll() {
supertokens.ResetForTest()
ResetForTest()
session.ResetForTest()
thirdpartyemailpassword.ResetForTest()
}

func BeforeEach() {
Expand Down

0 comments on commit a462299

Please sign in to comment.