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
path: root/tests
diff options
context:
space:
mode:
authorfieldOfView <aldo@fieldofview.com>2021-04-20 11:10:58 +0300
committerfieldOfView <aldo@fieldofview.com>2021-04-20 11:10:58 +0300
commit1d5503722f886349d0e64a75849e7cf9f7e66cdf (patch)
treee8dab7ed0d88bab7df538c70308613730423d894 /tests
parent0ad49dd41217ebe295685484da78cfb6c57c84a1 (diff)
Fix ObjectsModel test to allow non-autogenerated group-name
Diffstat (limited to 'tests')
-rw-r--r--tests/TestObjectsModel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestObjectsModel.py b/tests/TestObjectsModel.py
index 543334cea6..b34c32a95e 100644
--- a/tests/TestObjectsModel.py
+++ b/tests/TestObjectsModel.py
@@ -217,7 +217,7 @@ class Test_Update:
with patch("UM.Application.Application.getInstance", MagicMock(return_value=application_with_mocked_scene)):
objects_model._update()
assert objects_model.items == [{
- 'name': 'Group #1',
+ 'name': 'Group',
'selected': False,
'outside_build_area': True,
'buildplate_number': None,