mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Merge branch 'fix_group_rename' of https://github.com/fieldOfView/Cura
This commit is contained in:
commit
95652556fe
2 changed files with 20 additions and 15 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue