Use random words for ID
This commit is contained in:
parent
d0928a09e4
commit
d13bb08515
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ describe('encryptMessage()/decryptMessage()', () => {
|
|||
})
|
||||
it('throws if provided with an unknown device id when decrypting', async () => {
|
||||
expect.hasAssertions()
|
||||
const deviceId = 'jfio2fb3h803fakujhjkfasbfbsc018hfuIUFiufh9310u'
|
||||
const deviceId = uuid()
|
||||
|
||||
try {
|
||||
await decryptMessage({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue