aboutsummaryrefslogtreecommitdiff
path: root/tests.js
diff options
context:
space:
mode:
authorIan Coleman <coleman.ian@gmail.com>2017-06-05 14:19:55 +1000
committerIan Coleman <coleman.ian@gmail.com>2017-06-14 13:45:11 +1000
commit56b1275f405f900872f95fc440c487fd478c3094 (patch)
tree4f8c9c67e603dfdea891eb7fb099a933e5f5e571 /tests.js
parentbba46401ad7e7fdc3095ac32ee42080c3bd1b666 (diff)
downloadBIP39-56b1275f405f900872f95fc440c487fd478c3094.tar.gz
BIP39-56b1275f405f900872f95fc440c487fd478c3094.tar.zst
BIP39-56b1275f405f900872f95fc440c487fd478c3094.zip
Fix typo: s/litecoin/ripple
Diffstat (limited to 'tests.js')
-rw-r--r--tests.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.js b/tests.js
index d1a6139..ecd9f9a 100644
--- a/tests.js
+++ b/tests.js
@@ -351,7 +351,7 @@ page.open(url, function(status) {
351 return $(".address:first").text(); 351 return $(".address:first").text();
352 }); 352 });
353 if (actual != expected) { 353 if (actual != expected) {
354 console.log("Litecoin address is incorrect"); 354 console.log("Ripple address is incorrect");
355 console.log("Expected: " + expected); 355 console.log("Expected: " + expected);
356 console.log("Actual: " + actual); 356 console.log("Actual: " + actual);
357 fail(); 357 fail();