Skip to content

Commit

Permalink
test: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Milena-Czierlinski committed Dec 13, 2024
1 parent e526ce7 commit 1979373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime/test/transport/account.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1979373

Please sign in to comment.