From 748a249dfb06fc8a42f916e9c21420420abd432a Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Mon, 22 Aug 2022 21:04:52 +0200 Subject: [PATCH] Update table.js --- test/nodejs/table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/nodejs/table.js b/test/nodejs/table.js index 0df0c37c3..d2c50d83f 100644 --- a/test/nodejs/table.js +++ b/test/nodejs/table.js @@ -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); },