From bd65bb67e25a79b019d745b7262b2008ce2adb15 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 16 Nov 2016 01:59:39 +0100 Subject: incrementally verify denoms The denominations are not stored in a separate object store. --- node_modules/selenium-webdriver/test/io_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node_modules/selenium-webdriver/test/io_test.js') diff --git a/node_modules/selenium-webdriver/test/io_test.js b/node_modules/selenium-webdriver/test/io_test.js index 42ec8d3a3..840d7644b 100644 --- a/node_modules/selenium-webdriver/test/io_test.js +++ b/node_modules/selenium-webdriver/test/io_test.js @@ -307,7 +307,7 @@ describe('io', function() { }); it('catches errors from invalid input', function() { - return io.read(1234) + return io.read({}) .then(() => assert.fail('should have failed'), (e) => assert.ok(e instanceof TypeError)); }); -- cgit v1.2.3