mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-03 18:54:31 +08:00
Fix failing unit test
This commit is contained in:
parent
d2e1c47029
commit
ec5da1d210
@ -26,4 +26,5 @@ def test_ultimaker3extended_variants(um3_file, um3e_file):
|
||||
um3.read_file(open(os.path.join(directory, um3_file), encoding = "utf-8"))
|
||||
um3e = configparser.ConfigParser()
|
||||
um3e.read_file(open(os.path.join(directory, um3e_file), encoding = "utf-8"))
|
||||
assert um3["values"] == um3e["values"]
|
||||
|
||||
assert [value for value in um3["values"]] == [value for value in um3e["values"]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user