Skip to content

Commit d2d9a0d

Browse files
committed
fix eslint errors
1 parent 19d2104 commit d2d9a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pattern_properties.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ test('setting custom patternProperties handler', function(assert) {
425425
var schema
426426
, result
427427
, expected
428+
, options
428429
;
429430

430431
assert.plan(1);
@@ -467,7 +468,6 @@ test('additionalProperties not modified if set to true', function(assert) {
467468
var schema
468469
, result
469470
, expected
470-
, options
471471
;
472472

473473
assert.plan(1);

0 commit comments

Comments
 (0)