Skip to content

Commit

Permalink
TASK: fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
crydotsnake committed Sep 10, 2023
1 parent 03eba86 commit afe8ecf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/neos-ui-validators/src/Count/index.spec.js
Expand Up @@ -65,10 +65,12 @@ test('[1, 2, 3, 4] should result in an error message for min: 1 max: 3', () => {
expect(actual).not.toBe(null);
expect(actual.props).toEqual({
id: 'content.inspector.validators.countValidator.countBetween',
packageKey: 'Neos.Neos.Ui',
params: {
minimum: 1,
maximum: 3
}
},
sourceName: 'Main'
});
});

Expand Down

0 comments on commit afe8ecf

Please sign in to comment.