diff options
author | Ian Coleman <ian@iancoleman.io> | 2019-08-26 10:48:15 +1000 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2019-09-12 10:39:03 +1000 |
commit | 8817e2487ad41f430eae50e2f871372599aea3eb (patch) | |
tree | 8be98a69b3eecfaeeaa133027d49a20278b2ae26 /tests/spec | |
parent | c6c86591a9c87cc85e12c8ee6591099b0f502070 (diff) | |
download | BIP39-8817e2487ad41f430eae50e2f871372599aea3eb.tar.gz BIP39-8817e2487ad41f430eae50e2f871372599aea3eb.tar.zst BIP39-8817e2487ad41f430eae50e2f871372599aea3eb.zip |
Fix CPUchain test
Diffstat (limited to 'tests/spec')
-rw-r--r-- | tests/spec/tests.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 0901311..cba2a74 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -854,7 +854,7 @@ it('Allows selection of Compcoin', function(done) { | |||
854 | it('Allows selection of CPUchain', function(done) { | 854 | it('Allows selection of CPUchain', function(done) { |
855 | var params = { | 855 | var params = { |
856 | selectText: "CPU - CPUchain", | 856 | selectText: "CPU - CPUchain", |
857 | firstAddress: "CWWkTPkNRdpTDSfPw7gxUt9cEaC5PSsP3Y", | 857 | firstAddress: "CWSpLpW7jS4mBHJnkz3mmL5s3yQMg93zK8", |
858 | }; | 858 | }; |
859 | testNetwork(done, params); | 859 | testNetwork(done, params); |
860 | }); | 860 | }); |