diff --git a/tests/bch.js b/tests/bch.js index 840fa10..81c3886 100644 --- a/tests/bch.js +++ b/tests/bch.js @@ -28,7 +28,7 @@ describe('BCH Tests', function() { const rpcs = new CryptoRpc(config, currencyConfig); const bitcoin = rpcs.get(currency); - before(async () => { + before(async function() { try { await bitcoin.asyncCall('encryptWallet', ['password']); } catch (e) {