Use random words for ID

This commit is contained in:
Daniel Lugo 2021-12-14 11:58:17 -04:00
parent d0928a09e4
commit d13bb08515

View file

@ -74,7 +74,7 @@ describe('encryptMessage()/decryptMessage()', () => {
}) })
it('throws if provided with an unknown device id when decrypting', async () => { it('throws if provided with an unknown device id when decrypting', async () => {
expect.hasAssertions() expect.hasAssertions()
const deviceId = 'jfio2fb3h803fakujhjkfasbfbsc018hfuIUFiufh9310u' const deviceId = uuid()
try { try {
await decryptMessage({ await decryptMessage({