mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix ObjectsModel test to allow non-autogenerated group-name
This commit is contained in:
parent
0ad49dd412
commit
1d5503722f
1 changed files with 1 additions and 1 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