Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed Jan 21, 2025
1 parent 44d5fc9 commit b15df31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_texture.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit b15df31

Please sign in to comment.