mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix failing test for um3_extended 0.8 variant
This commit is contained in:
parent
d6b270954a
commit
474db38ddf
2 changed files with 1 additions and 2 deletions
|
|
@ -22,4 +22,4 @@ def test_ultimaker3extended_variants(um3_file, um3e_file):
|
|||
um3.read_file(open(os.path.join(directory, um3_file)))
|
||||
um3e = configparser.ConfigParser()
|
||||
um3e.read_file(open(os.path.join(directory, um3e_file)))
|
||||
assert um3["values"] == um3e["values"]
|
||||
assert um3["values"] == um3e["values"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue