Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TestCuraSceneController.py')
-rw-r--r--tests/TestCuraSceneController.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestCuraSceneController.py b/tests/TestCuraSceneController.py
index ffffa8ac2a..634ce89d86 100644
--- a/tests/TestCuraSceneController.py
+++ b/tests/TestCuraSceneController.py
@@ -75,5 +75,5 @@ 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 anywere, so default to 0
+ assert controller._active_build_plate == 0 # We don't have any items anywhere, so default to 0