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:
authorJaime van Kessel <nallath@gmail.com>2021-04-28 18:07:33 +0300
committerJaime van Kessel <nallath@gmail.com>2021-04-28 18:07:33 +0300
commit95652556fef90f70adbf25bfa9bd3b8af7220d4a (patch)
tree3b4ac0ca6991b6ce2744ea474fd655cc7b7f9601 /tests
parent328150cb6148957645eb7ef8e19160fbfda0aa70 (diff)
parent1d5503722f886349d0e64a75849e7cf9f7e66cdf (diff)
Merge branch 'fix_group_rename' of https://github.com/fieldOfView/Cura
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,