💚 Fix pipeline
This commit is contained in:
@ -4,7 +4,7 @@ from dungeonbattle.interfaces import Map
|
||||
|
||||
|
||||
class TestInterfaces(unittest.TestCase):
|
||||
def test_map(self):
|
||||
def test_map(self) -> None:
|
||||
m = Map.load_from_string("ab\ncd\n")
|
||||
self.assertEqual(m.width, 2)
|
||||
self.assertEqual(m.height, 2)
|
||||
|
Reference in New Issue
Block a user