Skip to content

Commit

Permalink
Fix account_test.go bug of not running mock tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodeev committed Feb 27, 2025
1 parent 9742ba0 commit 04a281f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account/account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func TestMain(m *testing.M) {
testEnv = internal.LoadEnv()

if testEnv == "mock" {
return
os.Exit(m.Run())
}
base = os.Getenv("HTTP_PROVIDER_URL")
if base == "" {
Expand Down

0 comments on commit 04a281f

Please sign in to comment.