Skip to content

Commit ad9a2c3

Browse files
committed
test: adding namepsace test for uniqueItems
Signed-off-by: Pawel Psztyc <[email protected]>
1 parent 5c6f61c commit ad9a2c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/helper/Namepsace.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ describe('Namespace', () => {
384384
['discriminatorValue', `${key}discriminatorValue`],
385385
['format', `${key}format`],
386386
['multipleOf', `${key}multipleOf`],
387+
['uniqueItems', `${key}uniqueItems`],
387388
].forEach(([property, value]) => {
388389
it(`has value for ${property}`, () => {
389390
const result = ns.aml.vocabularies.shapes[property];

0 commit comments

Comments
 (0)