Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
niftyvictor committed Feb 14, 2025
1 parent 209c789 commit e1655f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/webauthn/recipeImplementation.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ describe(`recipeImplementationFunctions: ${printPath("[test/webauthn/recipeImple
assert.equal(listCredentialsResponse.credentials.length, 0);
});

it("should the correct credentials for a user when there are multiple users", async function () {
it("should return the correct credentials for a user when there are multiple users", async function () {
await initST();

await createUser(rpId, rpName, origin);
Expand Down

0 comments on commit e1655f9

Please sign in to comment.