Skip to content

Commit

Permalink
TASK: Resolve linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther committed Dec 18, 2023
1 parent 5d37829 commit 8bb55d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('createSelectBoxValueStringFromPossiblyStrangeNodePropertyValue', () =>
const value =
createSelectBoxValueStringFromPossiblyStrangeNodePropertyValue({
__identity: 'de93b358-cb77-422e-b295-2f219bfc4dfb',
__type: 'Neos\\Media\\Domain\\Model\\Tag',
__type: 'Neos\\Media\\Domain\\Model\\Tag'
});

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

0 comments on commit 8bb55d6

Please sign in to comment.