Skip to content

Commit

Permalink
Add another GLB test case (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
randallfrank authored Dec 6, 2024
1 parent 9034674 commit ad87ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/example_tests/test_glb_usd.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
def test_glb_usd():
# Get the example files
base_uri = "https://s3.amazonaws.com/www3.ensight.com/PyEnSight/ExampleData"
filenames = ["fluent_elbow.glb", "rwing_bsl_1.glb", "rwing_bsl_2.glb"]
filenames = ["fluent_elbow.glb", "rwing_bsl_1.glb", "rwing_bsl_2.glb", "ens_car_exts.glb"]
with tempfile.TemporaryDirectory() as tmpdirname:
for filename in filenames:
outpath = os.path.join(tmpdirname, filename)
Expand Down

0 comments on commit ad87ec5

Please sign in to comment.