Skip to content

Commit 430a03a

Browse files
committed
Clean up a little bit
1 parent bf0e943 commit 430a03a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/test_freecad.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ def test_static_freecad_file():
1616
test_file,
1717
]
1818
out, err, exitcode = helpers.cli_call(command)
19-
print(err)
20-
print(exitcode)
19+
2120
assert "ISO-10303-21;" in out.decode()
2221

2322

@@ -38,6 +37,5 @@ def test_parametric_freecad_file():
3837
test_file,
3938
]
4039
out, err, exitcode = helpers.cli_call(command)
41-
print(err)
42-
print(exitcode)
40+
4341
assert "ISO-10303-21;" in out.decode()

0 commit comments

Comments
 (0)