Skip to content

Commit

Permalink
Reset thirdpartyemailpassword in dashboard tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nkshah2 committed Jul 26, 2023
1 parent efa8a47 commit 7aa9224
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 7aa9224

Please sign in to comment.