chore: fix getting vault method (#2547)
* chore: fix getting vault method * remove only attribute * fix checking for vaults * fix expected missing vaults
This commit is contained in:
@@ -127,7 +127,7 @@ describe('vault key rotation', function () {
|
||||
contactContext.unlockSyncing()
|
||||
await contactContext.sync()
|
||||
|
||||
const vault = await contactContext.vaults.getVault({ keySystemIdentifier: sharedVault.systemIdentifier })
|
||||
const vault = await contactContext.vaults.getVault({ keySystemIdentifier: sharedVault.systemIdentifier }).getValue()
|
||||
expect(vault.rootKeyParams).to.eql(rootKey.keyParams)
|
||||
|
||||
await deinitContactContext()
|
||||
|
||||
Reference in New Issue
Block a user