Update tests
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user