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);