Skip to content

Commit

Permalink
Get tests running in unittest in prep for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
brickbots committed Jun 11, 2024
1 parent bfe6145 commit 23cbe25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_down(self):
print(self.menu)
self.menu.down() # EGC
print(self.menu)
self.assertEqual(self.menu.get_selected(), self.catalogs[3])
self.assertEqual(self.menu.get_selected(), self.catalogs[2])
window = ["NGC", "IC", "M", "C", "Col", "H", "Ta2", "Str", "SaA", "SaM"]
# self.assertEqual(self.menu.get_options_window(), window)
# window = [ "NGC", "IC", "M", "C", "Col", "H", "Ta2", "Str", "SaA", "SaM"]
Expand Down

0 comments on commit 23cbe25

Please sign in to comment.