Skip to content

Commit

Permalink
Fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Salzkorn committed Nov 8, 2024
1 parent a77ddf9 commit bc92c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/sc2/test/test_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ def test_fully_balanced_mission_races(self):
world_options = {
# Reasonably large grid with enough missions to balance races
'mission_order': options.MissionOrder.option_grid,
'campaign_size': campaign_size,
'maximum_campaign_size': campaign_size,
'enable_wol_missions': True,
'enable_prophecy_missions': True,
'enable_hots_missions': True,
Expand Down

0 comments on commit bc92c07

Please sign in to comment.