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]