Skip to content

Commit 1979373

Browse files
test: rename
1 parent e526ce7 commit 1979373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/test/transport/account.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ describe("Un-/RegisterPushNotificationToken", () => {
219219
});
220220
});
221221

222-
describe("CheckDeletionOfIdentity", () => {
222+
describe("CheckIfIdentityIsDeleted", () => {
223223
test("check deletion of Identity that is not deleted", async () => {
224224
const result = await sTransportServices.account.checkIfIdentityIsDeleted();
225225
expect(result.isSuccess).toBe(true);

0 commit comments

Comments
 (0)