Skip to content

Commit

Permalink
chore: test name
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Dec 11, 2024
1 parent ec22f82 commit 844dbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-runtime/test/runtime/Onboarding.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe("Onboarding", function () {
await expect(() => runtime.accountServices.onboardAccount(onboardingInfoResult.value)).rejects.toThrow("error.app-runtime.onboardedAccountAlreadyExists");
});

test("should onboard with a recovery kit", async () => {
test("should onboard with a recovery kit and be able to create a new recovery kit", async () => {
const recoveryKitResponse = await services1.transportServices.identityRecoveryKits.createIdentityRecoveryKit({
profileName: "profileName",
passwordProtection: { password: "aPassword" }
Expand Down

0 comments on commit 844dbe4

Please sign in to comment.