Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronangliss committed Feb 19, 2025
1 parent 0fd3384 commit 0cf131d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions integration_tests/test_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_env_run():
battle_format=f"gen{gen}randombattle",
log_level=25,
start_challenging=False,
fake=True,
strict=False,
)
env.start_challenging(3)
play_function(env, 3)
Expand All @@ -47,7 +47,7 @@ def test_env_run():
battle_format="gen8randombattle",
log_level=25,
start_challenging=False,
fake=True,
strict=False,
)
env.start_challenging(2)
play_function(env, 2)
Expand All @@ -58,7 +58,7 @@ def test_env_run():
battle_format="gen9randombattle",
log_level=25,
start_challenging=False,
fake=True,
strict=False,
)
env.start_challenging(2)
play_function(env, 2)
Expand All @@ -74,7 +74,7 @@ def test_env_api():
battle_format=f"gen{gen}randombattle",
log_level=25,
start_challenging=True,
fake=True,
strict=False,
)
parallel_api_test(env)
env.close()

0 comments on commit 0cf131d

Please sign in to comment.