Fix TestBuildVolume

CURA-6522
This commit is contained in:
Nino van Hooff 2019-11-01 09:57:51 +01:00
parent b6fc8523f3
commit e5c9bca3d0

View file

@ -386,5 +386,5 @@ class TestGetEdgeDisallowedSize:
build_volume._global_container_stack = self.createMockedStack()
with patch("cura.Settings.ExtruderManager.ExtruderManager.getInstance"):
with patch.dict(self.setting_property_dict, {"print_sequence": {"value": "one_at_a_time"}}):
assert build_volume.getEdgeDisallowedSize() == 0.1
assert build_volume.getEdgeDisallowedSize() == 0.0