Skip to content

Commit ebbe1b5

Browse files
author
Dustin Popp
committed
chore: fix linting errors
1 parent afff776 commit ebbe1b5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/plugins/validation/2and3/schema-ibm.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,12 +225,11 @@ describe('validation plugin - semantic - schema-ibm - Swagger 2', () => {
225225
description: 'legal response',
226226
schema: {
227227
properties: {
228-
'this_is_bad': {
228+
this_is_bad: {
229229
type: 'file',
230-
description: "non-root type of file is bad"
230+
description: 'non-root type of file is bad'
231231
}
232232
}
233-
234233
}
235234
}
236235
}

0 commit comments

Comments
 (0)