Skip to content

Commit

Permalink
it should be this
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronangliss committed Dec 26, 2024
1 parent bfb9977 commit 1ab04a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_tests/player/test_doubles_baselines.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_doubles_max_damage_player():
battle._active_pokemon["p1a"] = active_pikachu

# calls player.choose_random_doubles_move(battle)
assert player.choose_move(battle).message == "/choose default, pass"
assert player.choose_move(battle).message == "/choose pass, pass"

# calls player.choose_random_doubles_move(battle)
battle._available_switches[0].append(Pokemon(species="ponyta", gen=8))
Expand Down

0 comments on commit 1ab04a3

Please sign in to comment.