Update tests

This commit is contained in:
Leendert de Borst
2025-11-20 16:38:26 +01:00
parent c3be660c1e
commit a937098315
@@ -211,7 +211,7 @@ describe('PasskeyAuthenticator', () => {
* AliasVault AAGUID: a11a5faa-9f32-4b8c-8c5d-2f7d13e8c942
* Convert the string representation to bytes (replace 'v' with 'f' and 'u' with 'a')
*/
const aaguidHex = 'a11a5faa-9f32-4b8c-8c5d-2f7d13e8c942';
const aaguidHex = 'a11a5faa-9f32-4b8c-8c5d-2f7d13e8c942'.replace(/-/g, '');
// Verify the hex conversion matches expected bytes
const expectedAAGUID = new Uint8Array(16);