From cf44cba1fb78291075e9e12e4387c02e02c88f27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 8 Mar 2023 14:18:07 +0100 Subject: [PATCH] python: stupid typo in a test name. --- src/python/magnum/test/test_trade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/magnum/test/test_trade.py b/src/python/magnum/test/test_trade.py index e78cfbf..2799b1d 100644 --- a/src/python/magnum/test/test_trade.py +++ b/src/python/magnum/test/test_trade.py @@ -1270,7 +1270,7 @@ class Importer(unittest.TestCase): scene = importer.scene("A scene") self.assertEqual(scene.field_count, 7) - def test_scebne_by_name_not_found(self): + def test_scene_by_name_not_found(self): importer = trade.ImporterManager().load_and_instantiate('GltfImporter') importer.open_file(os.path.join(os.path.dirname(__file__), 'scene.gltf'))