Skip to content

Commit

Permalink
assertEqual
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi committed May 18, 2024
1 parent a32ec90 commit 4a2a08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/witness/test/test_symbol_shuffle.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class TestSymbols(WitnessTestBase):

def test_progressive_symbols(self):
progressive_dots = self.get_items_by_name("Progressive Dots")
self.assertEquals(len(progressive_dots), 2)
self.assertEqual(len(progressive_dots), 2)

self.assertFalse(
self.multiworld.state.can_reach("Outside Tutorial Shed Row 5", "Location", self.player)
Expand Down

0 comments on commit 4a2a08a

Please sign in to comment.