Fixed broken test and cleaned up with flake8/black.

This commit is contained in:
Mark Wolfman
2021-06-04 11:36:35 -05:00
parent 84453404b4
commit 3d8b9987db
34 changed files with 74 additions and 73 deletions
+1 -1
View File
@@ -127,4 +127,4 @@ class TexCreatorTestCase(unittest.TestCase):
def test_create_monsters_tex(self):
monsters_ = [monsters.GiantEagle()]
tex = make_sheets.create_monsters_tex(monsters=monsters_)
self.assertIn(r"Giant eagle", tex)
self.assertIn(r"Giant Eagle", tex)