Skip to content

Commit 8fa17d0

Browse files
LAUSSEL Loic INNOV/IT-SLausselloic
LAUSSEL Loic INNOV/IT-S
authored andcommitted
fix linting error
1 parent 5cb733c commit 8fa17d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/test/schema/toPathSchemaTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function toPathSchemaTest(testValidator: TestValidatorType) {
1919
it('should return a pathSchema for root field, without additional properties', () => {
2020
const schema: RJSFSchema = { type: 'string', additionalProperties: false };
2121

22-
expect(toPathSchema(testValidator, schema)).toEqual({ $name: ''});
22+
expect(toPathSchema(testValidator, schema)).toEqual({ $name: '' });
2323
});
2424
it('should return a pathSchema for nested objects', () => {
2525
const schema: RJSFSchema = {

0 commit comments

Comments
 (0)