aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-09-13 02:21:27 +0800
committerDan Finlay <dan@danfinlay.com>2016-09-13 02:21:27 +0800
commite0e38b879f4d8ea367a0ea77be633d0b4d6762fa (patch)
treeaf1633d0e1b201350d4a46225e2033af754cf37c /test
parent363c2a0939aba5fa73e08ff8e6d65581031242d5 (diff)
downloadtangerine-wallet-browser-e0e38b879f4d8ea367a0ea77be633d0b4d6762fa.tar
tangerine-wallet-browser-e0e38b879f4d8ea367a0ea77be633d0b4d6762fa.tar.gz
tangerine-wallet-browser-e0e38b879f4d8ea367a0ea77be633d0b4d6762fa.tar.bz2
tangerine-wallet-browser-e0e38b879f4d8ea367a0ea77be633d0b4d6762fa.tar.lz
tangerine-wallet-browser-e0e38b879f4d8ea367a0ea77be633d0b4d6762fa.tar.xz
tangerine-wallet-browser-e0e38b879f4d8ea367a0ea77be633d0b4d6762fa.tar.zst
tangerine-wallet-browser-e0e38b879f4d8ea367a0ea77be633d0b4d6762fa.zip
Fix some references
Diffstat (limited to 'test')
-rw-r--r--test/unit/idStore-test.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/idStore-test.js b/test/unit/idStore-test.js
index ac416e5cd..03b1d3b41 100644
--- a/test/unit/idStore-test.js
+++ b/test/unit/idStore-test.js
@@ -109,7 +109,7 @@ describe('IdentityStore', function() {
})
it('should enforce seed compliance with TestRPC', function (done) {
- this.timeout(5000)
+ this.timeout(10000)
const tests = assertions.map((assertion) => {
return function (cb) {
accounts = []
@@ -122,7 +122,7 @@ describe('IdentityStore', function() {
idStore.tryPassword(password, function (err) {
- assert.ok(idStore.isUnlocked(), 'should unlock the id store')
+ assert.ok(idStore._isUnlocked(), 'should unlock the id store')
idStore.submitPassword(password, function(err, account) {
assert.ifError(err)