mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Fix TestMachineNode: remove invalid property has_machine_materials
This commit is contained in:
parent
e197fe99fa
commit
7233bdb255
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ def test_metadataProperties(container_registry):
|
|||
# Check if each of the metadata entries got stored properly.
|
||||
assert not node.has_materials
|
||||
assert node.has_variants
|
||||
assert node.has_machine_materials
|
||||
assert node.has_machine_quality
|
||||
assert node.quality_definition == metadata_dict["quality_definition"]
|
||||
assert node.exclude_materials == metadata_dict["exclude_materials"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue