Skip to content

Commit

Permalink
Reduce test flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziktofel committed Oct 20, 2024
1 parent 9810844 commit c7b785e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worlds/sc2/test/test_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def test_unexcludes_cancel_out_excludes(self):
item_names.GHOST: 0,
item_names.SPECTRE: 0,
item_groups.ItemGroupNames.MENGSK_UNITS: 0,
item_groups.ItemGroupNames.TERRAN_VETERANCY_UNITS: 0,
},
'unexcluded_items': {
item_names.NOVA_PLASMA_RIFLE: 1, # Necessary to pass logic
Expand Down

0 comments on commit c7b785e

Please sign in to comment.