From: BeachM <11566409+BeachM@users.noreply.github.com> Date: Sat, 11 Aug 2018 04:26:20 +0000 (-0700) Subject: remove space X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=d2f5d28e3392dfab054d4de70c6523bd7321e61b remove space --- 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)