Fixed format mismatch

This commit is contained in:
adam-urbanczyk
2020-09-04 11:53:26 +02:00
parent 58899208e0
commit fbf6a54a0e
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ def test_save(simple_assy):
assert os.path.exists("simple.stp")
simple_assy.save('simple.caf','XML')
assert os.path.exists("simple.caf.xml")
assert os.path.exists("simple.caf")
with pytest.raises(ValueError):
simple_assy.save('simple.dxf')