Skip to content

Commit 244cbad

Browse files
committed
Make sure all current unit tests pass
1 parent c0d8a34 commit 244cbad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fail.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
describe(testCase.name + ' schema', function () {
160160
it('assert.jsonSchema()', function () {
161161
testCase.invalid.forEach(function (obj, i) {
162-
assert.jsonSchema(obj.data, testCase.schema, '#' + i);
162+
assert.notJsonSchema(obj.data, testCase.schema, '#' + i);
163163
});
164164
});
165165
});

0 commit comments

Comments
 (0)