Browse Source

fix tests: accidentaly delete code

Bastien Sevajol 6 years ago
parent
commit
8c241aca85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test_tmx.py

+ 1 - 1
tests/test_tmx.py View File

@@ -57,4 +57,4 @@ class TestLoadMap(BaseTest):
57 57
         tileset_content = loader.get_sanitized_tileset_content(
58 58
             'tests/fixtures/terrain.tsx',
59 59
         )
60
-        assert 'source="tests/fixtures/terrain.png"' in
60
+        assert 'source="tests/fixtures/terrain.png"' in tileset_content