diff --git a/tests/test_pkmn_sets.py b/tests/test_pkmn_sets.py index 43adc73a..eea45070 100644 --- a/tests/test_pkmn_sets.py +++ b/tests/test_pkmn_sets.py @@ -150,7 +150,9 @@ def test_omits_impossible_ability_when_predicting_set(self): any_set_has_intimidate = any( set_.pkmn_set.ability == "intimidate" for set_ in all_sets ) - self.assertTrue(any_set_has_intimidate) # this is True because intimidate is the ability + self.assertTrue( + any_set_has_intimidate + ) # this is True because intimidate is the ability def test_uses_removed_item_when_predicting_set(self): TeamDatasets.initialize(