mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 13:17:51 -06:00
small code-style fixes
This commit is contained in:
parent
aaff84ce77
commit
863569b7de
8 changed files with 7 additions and 12 deletions
|
@ -75,5 +75,4 @@ def test_updateMaxBuildPlate(objects_model, multi_build_plate_model):
|
|||
# And check what happens if we move down again!
|
||||
controller._calcMaxBuildPlate = MagicMock(return_value=2)
|
||||
controller.updateMaxBuildPlate(SceneNode())
|
||||
assert controller._active_build_plate == 0 # We don't have any items anywhere, so default to 0
|
||||
|
||||
assert controller._active_build_plate == 0 # We don't have any items anywhere, so default to 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue