Skip to content

Commit

Permalink
line length
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi committed Jul 5, 2024
1 parent 29e8370 commit e6986c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/witness/test/test_disable_non_randomized.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ def test_locations_got_disabled_and_alternate_activation_triggers_work(self) ->

self.collect_by_name("Triangles")

# Alternate activation triggers yield Bunker Laser (Mountainside Discard) and Monastery Laser (Desert Discard)
# Alternate triggers yield Bunker Laser (Mountainside Discard) and Monastery Laser (Desert Discard)
self.assertTrue(_has_lasers(2, self.world, False)(self.multiworld.state))
self.assertFalse(_has_lasers(3, self.world, False)(self.multiworld.state))

0 comments on commit e6986c9

Please sign in to comment.