From d2f5d28e3392dfab054d4de70c6523bd7321e61b Mon Sep 17 00:00:00 2001 From: BeachM <11566409+BeachM@users.noreply.github.com> Date: Fri, 10 Aug 2018 21:26:20 -0700 Subject: [PATCH] remove space --- tests/spec/tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/spec/tests.js b/tests/spec/tests.js index e0eea6b..0570514 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -296,7 +296,7 @@ describe('BIP39 Tool Tests', function() { beforeEach(function(done) { driver = newDriver(); - driver.get(url).then(done); + driver.get(url).then(done); }); // Close the website after each test is run (so that it is opened fresh each time) -- 2.41.0