Example map was moved
This commit is contained in:
@ -18,7 +18,7 @@ class TestInterfaces(unittest.TestCase):
|
||||
"""
|
||||
Try to load a map from a file.
|
||||
"""
|
||||
m = Map.load("example_map.txt")
|
||||
m = Map.load("resources/example_map.txt")
|
||||
self.assertEqual(m.width, 52)
|
||||
self.assertEqual(m.height, 17)
|
||||
|
||||
|
Reference in New Issue
Block a user