aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests.js b/tests.js
index 5531753..47938a4 100644
--- a/tests.js
+++ b/tests.js
@@ -1053,6 +1053,9 @@ page.open(url, function(status) {
1053// Github Issue 23: Use correct derivation path when changing tabs 1053// Github Issue 23: Use correct derivation path when changing tabs
1054// https://github.com/dcpos/bip39/issues/23 1054// https://github.com/dcpos/bip39/issues/23
1055 1055
1056// Github Issue 26: When using a Root key derrived altcoins are incorrect
1057// https://github.com/dcpos/bip39/issues/26
1058
1056]; 1059];
1057 1060
1058console.log("Running tests..."); 1061console.log("Running tests...");