Skip to content

Commit b4a9506

Browse files
chore: auto fixes from pre-commit hooks
1 parent cddc9d1 commit b4a9506

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_design_export.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ def test_import_export_glb(modeler: Modeler, tmp_path_factory: pytest.TempPathFa
440440
# Check that the GLB file size is greater than 0 bytes
441441
assert output_glb_path.stat().st_size > 0, f"GLB file {output_glb_path} is empty."
442442

443+
443444
@pytest.mark.skip(reason="Re-import of x_t files broke")
444445
@pytest.mark.parametrize(
445446
"file_format, extension, original_file, expected_components, expected_bodies",

0 commit comments

Comments
 (0)