mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-03 18:54:31 +08:00
Fix ObjectsModel test to allow non-autogenerated group-name
This commit is contained in:
parent
0ad49dd412
commit
1d5503722f
@ -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…
x
Reference in New Issue
Block a user