mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
Fix and reorganize schemas and switch to ajv validator
This commit is contained in:
@@ -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/);
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user