diff --git a/packages/runtime/test/transport/account.test.ts b/packages/runtime/test/transport/account.test.ts index e3939ba58..019495d5d 100644 --- a/packages/runtime/test/transport/account.test.ts +++ b/packages/runtime/test/transport/account.test.ts @@ -219,7 +219,7 @@ describe("Un-/RegisterPushNotificationToken", () => { }); }); -describe("CheckDeletionOfIdentity", () => { +describe("CheckIfIdentityIsDeleted", () => { test("check deletion of Identity that is not deleted", async () => { const result = await sTransportServices.account.checkIfIdentityIsDeleted(); expect(result.isSuccess).toBe(true);