Merge branch 'fix_group_rename' of https://github.com/fieldOfView/Cura

This commit is contained in:
Jaime van Kessel 2021-04-28 17:07:33 +02:00
commit 95652556fe
No known key found for this signature in database
GPG key ID: 3710727397403C91
2 changed files with 20 additions and 15 deletions

View file

@ -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,