Skip to content

Commit a1d192b

Browse files
author
Mateus Garcia
committed
feat: test case
1 parent adca8d7 commit a1d192b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/json-api-nestjs/src/lib/factory/ajv/ajv.factory.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ describe('AJV factory', () => {
242242
properties: {
243243
id: {
244244
type: 'string',
245-
description: 'Use string should be as number string',
245+
description: 'Use string should be as uuid string',
246246
pattern:
247247
'^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$',
248248
maxLength: 36,

0 commit comments

Comments
 (0)