Fix and reorganize schemas and switch to ajv validator

This commit is contained in:
Chris Clark
2015-10-30 13:57:01 -07:00
parent 2aa1695b74
commit c7b021c7be
76 changed files with 168 additions and 188 deletions

View File

@@ -822,7 +822,7 @@ describe('RippleAPI', function() {
it('schema not found error', function() {
assert.throws(function() {
schemaValidator.schemaValidate('unexisting', 'anything');
}, /schema not found/);
}, /no schema/);
});
});