mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-19 04:33:26 +02:00
Fixed broken test and cleaned up with flake8/black.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user