Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pmariglia committed Jan 23, 2025
1 parent 09e084d commit 4993aea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_pkmn_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ def test_omits_impossible_ability_when_predicting_set(self):
)
self.assertFalse(any_set_has_intimidate)

def test_omits_impossible_ability_when_predicting_set(self):
def test_allows_impossible_ability_when_predicting_set_if_ability_is_explicitly_set(
self,
):
TeamDatasets.initialize(
"gen9battlefactory", {"krookodile"}, battle_factory_tier_name="ru"
)
Expand Down

0 comments on commit 4993aea

Please sign in to comment.