Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed Aug 30, 2024
1 parent b0d8eef commit c0498c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/end_to_end_tests/test_level_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def test_pigeon(self):
"city"
)

pigeon = self.selenium.find_elements(By.XPATH, "//image[contains(@href, 'pigeon')]]")
pigeon = self.selenium.find_elements(By.XPATH, "//image[contains(@href, 'pigeon')]")
nonexistent_cow = self.selenium.find_elements(By.XPATH, "//image[contains(@href, 'Clarice')]")

assert len(pigeon) == 1
Expand Down

0 comments on commit c0498c6

Please sign in to comment.