Skip to content

Commit 8bb55d6

Browse files
TASK: Resolve linting issue
1 parent 5d37829 commit 8bb55d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/neos-ui-editors/src/Editors/SelectBox/createSelectBoxValueStringFromPossiblyStrangeNodePropertyValue.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('createSelectBoxValueStringFromPossiblyStrangeNodePropertyValue', () =>
1616
const value =
1717
createSelectBoxValueStringFromPossiblyStrangeNodePropertyValue({
1818
__identity: 'de93b358-cb77-422e-b295-2f219bfc4dfb',
19-
__type: 'Neos\\Media\\Domain\\Model\\Tag',
19+
__type: 'Neos\\Media\\Domain\\Model\\Tag'
2020
});
2121

2222
expect(value).toEqual('de93b358-cb77-422e-b295-2f219bfc4dfb');

0 commit comments

Comments
 (0)