Просмотр исходного кода

Merge branch 'feature_intent' of github.com:Ultimaker/Cura into feature_intent

Jaime van Kessel 5 лет назад
Родитель
Сommit
71e9fb8a22
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      tests/Machines/TestMachineNode.py

+ 0 - 1
tests/Machines/TestMachineNode.py

@@ -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"]