Skip to content

Commit 0bd3854

Browse files
NickKelly1NoNameProvided
authored andcommitted
run prettier
1 parent acb050b commit 0bd3854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/inherited-validation.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ describe('inherited validation', () => {
5656
expect(errors[0].property).toEqual('title');
5757
expect(errors[0].constraints).toEqual({
5858
minLength: 'title must be longer than or equal to 5 characters',
59-
contains: 'title must contain a hello string' ,
59+
contains: 'title must contain a hello string',
6060
});
6161
expect(errors[0].value).toEqual('helo');
6262
});

0 commit comments

Comments
 (0)