diff --git a/test/account-add.test.js b/test/account-add.test.js index 947db7f..0f6bfd9 100644 --- a/test/account-add.test.js +++ b/test/account-add.test.js @@ -35,7 +35,7 @@ test('account.add()', async (t) => { account, keypair: keypair2, consent, - powers: ['box'], + powers: ['external-encryption'], }) assert.ok(accountRec1, 'accountRec1 exists') const { id, msg } = accountRec1 @@ -50,7 +50,7 @@ test('account.add()', async (t) => { bytes: keypair2.public, }, consent, - powers: ['box'], + powers: ['external-encryption'], }, 'msg.data.add NEW KEY' )