Skip to content

Commit

Permalink
fix: update test
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Aaqil <aaqilcs102@gmail.com>
  • Loading branch information
aaqilniz committed Oct 19, 2024
1 parent 75d7ace commit 216feac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ describe('build-schema', () => {
format: 'email',
minLength: 5,
maxLength: 50,
index: {unique: true},
transform: ['toLowerCase'],
},
})
Expand Down Expand Up @@ -729,6 +728,7 @@ describe('build-schema', () => {
@property({
type: 'string',
required: true,
index: {unique: true},
jsonSchema: {
format: 'email',
maxLength: 50,
Expand Down

0 comments on commit 216feac

Please sign in to comment.