We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1098232 commit 5c2e5d0Copy full SHA for 5c2e5d0
unit_tests/environment/test_pokemon.py
@@ -332,7 +332,7 @@ def test_temporary():
332
furret.start_effect("typechange", "Fighting")
333
assert furret.damage_multiplier(PokemonType.PSYCHIC) == 2
334
335
- furret.switch_out()
+ furret.switch_out({})
336
furret.switch_in()
337
338
assert furret.ability == "adaptability"
@@ -348,6 +348,6 @@ def test_temporary():
348
furret.set_temporary_ability(None)
349
assert furret.ability is None
350
351
352
353
assert furret.types == [PokemonType.DRAGON]
0 commit comments