1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-31 22:51:28 +01:00

[EC-598] chore: tweak unique signature test

This commit is contained in:
Andreas Coroiu 2023-04-17 14:06:14 +02:00
parent c574747778
commit 10d5f69ea4
No known key found for this signature in database
GPG Key ID: E70B5FFC81DFEC1A

View File

@ -812,7 +812,7 @@ describe("FidoAuthenticatorService", () => {
it("should always generate unique signatures even if the input is the same", async () => {
const signatures = new Set();
for (let i = 0; i < 100; ++i) {
for (let i = 0; i < 10; ++i) {
await init(); // Reset inputs
const result = await authenticator.getAssertion(params);