diff --git a/src/python/magnum/test/test_trade.py b/src/python/magnum/test/test_trade.py index ed7c98f..3aa4794 100644 --- a/src/python/magnum/test/test_trade.py +++ b/src/python/magnum/test/test_trade.py @@ -1049,7 +1049,7 @@ class SceneData(unittest.TestCase): with self.assertRaisesRegex(NotImplementedError, "access to this scene field type is not implemented yet, sorry"): scene.mutable_field(string_field) -class SceneData(unittest.TestCase): +class TextureData(unittest.TestCase): def test(self): importer = trade.ImporterManager().load_and_instantiate('GltfImporter') importer.open_file(os.path.join(os.path.dirname(__file__), 'texture.gltf'))