mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Fix TestBuildVolume
CURA-6522
This commit is contained in:
parent
b6fc8523f3
commit
e5c9bca3d0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue