aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/spec/tests.js2
1 files changed, 1 insertions, 1 deletions
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() {
296 296
297 beforeEach(function(done) { 297 beforeEach(function(done) {
298 driver = newDriver(); 298 driver = newDriver();
299 driver.get(url).then(done); 299 driver.get(url).then(done);
300 }); 300 });
301 301
302 // Close the website after each test is run (so that it is opened fresh each time) 302 // Close the website after each test is run (so that it is opened fresh each time)