From e1655f9309d991954cd9d5e4d596d7381717546b Mon Sep 17 00:00:00 2001 From: Victor Bojica Date: Fri, 14 Feb 2025 17:02:39 +0200 Subject: [PATCH] test fixes --- test/webauthn/recipeImplementation.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/webauthn/recipeImplementation.test.js b/test/webauthn/recipeImplementation.test.js index 139bfa293..e9f0ae764 100644 --- a/test/webauthn/recipeImplementation.test.js +++ b/test/webauthn/recipeImplementation.test.js @@ -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);