Update table.js

This commit is contained in:
Siarhei Fedartsou 2022-08-22 21:04:52 +02:00 committed by GitHub
parent 3dd17efd4e
commit 748a249dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ tables.forEach(function(annotation) {
});
test('table: ' + annotation + ' throws on invalid arguments', function(assert) {
assert.plan(17);
assert.plan(18);
var osrm = new OSRM(data_path);
var options = {annotations: [annotation.slice(0,-1)]};
assert.throws(function() { osrm.table(options); },