Skip to content

Commit 40d3a07

Browse files
committed
TASK: fix unit test
1 parent 45ecb3d commit 40d3a07

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/neos-ui-validators/src/Count/index.spec.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,12 @@ test('[1, 2, 3, 4] should result in an error message for min: 1 max: 3', () => {
6565
expect(actual).not.toBe(null);
6666
expect(actual.props).toEqual({
6767
id: 'content.inspector.validators.countValidator.countBetween',
68+
packageKey: 'Neos.Neos.Ui',
6869
params: {
6970
minimum: 1,
7071
maximum: 3
71-
}
72+
},
73+
sourceName: 'Main'
7274
});
7375
});
7476

0 commit comments

Comments
 (0)