Skip to content

Commit

Permalink
Added --moonview option
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-N7 committed May 24, 2021
1 parent f9b64ad commit 261e31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_save_brres.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class TestSaveBrres(IntegTest, AbmattTest):
def test_save_moonview(self):
self.assertTrue(self._abmatt('-b brres_files/crazy_cannon.brres -d test_files/tmp.brres -o --moonview'))
self.assertTrue(self._abmatt('-b brres_files/simple.brres -d test_files/tmp.brres -o --moonview'))
b = Brres(self._get_tmp('.brres', False))
self.assertFalse(b.check_moonview())
self.assertFalse(b.MOONVIEW)

0 comments on commit 261e31c

Please sign in to comment.