From b15df3179042fcbfed3096866695c41c24d584d4 Mon Sep 17 00:00:00 2001 From: Michael Dawson-Haggerty Date: Tue, 21 Jan 2025 15:04:23 -0500 Subject: [PATCH] fix typo --- tests/test_texture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_texture.py b/tests/test_texture.py index 76f74ab12..bd3d9553e 100644 --- a/tests/test_texture.py +++ b/tests/test_texture.py @@ -25,7 +25,7 @@ def test_bad_uv(self): m = g.get_mesh("fuze.obj", force="mesh") # check that we saved the original file path - assert m.visual.material.image.info["file_path"].endswith("fuze uv.obj") + assert m.visual.material.image.info["file_path"].endswith("fuze uv.jpg") # add malformed UV coordinates m.visual.uv = m.visual.uv[:100]