From 6266e88a67228ba2dc73ef5d45b4bff954368bc4 Mon Sep 17 00:00:00 2001 From: Iris Date: Mon, 29 Apr 2024 15:48:39 +0200 Subject: [PATCH] fix: delete commented code --- .../core/__test__/profile_mainnet.test.ts | 27 ------------------- 1 file changed, 27 deletions(-) diff --git a/packages/core/__test__/profile_mainnet.test.ts b/packages/core/__test__/profile_mainnet.test.ts index 3b875d9..eb40de4 100644 --- a/packages/core/__test__/profile_mainnet.test.ts +++ b/packages/core/__test__/profile_mainnet.test.ts @@ -216,33 +216,6 @@ describe("test starknetid.js sdk on mainnet", () => { "https://gateway.pinata.cloud/ipfs/", ), ).toBeTruthy(); - - // const expectedProfile = [ - // { - // name: "iris.stark", - // profilePicture: - // "https://api.briq.construction/v1/preview/starknet-mainnet-dojo/0x6cff01dd5d1e2ec5e792d66bd6edae386bd022b4ffd993c76c08cd000000003.png", - // }, - // { - // name: "rmz.stark", - // profilePicture: "https://starknet.id/api/identicons/891050699740", - // }, - // { - // name: "fricoben.stark", - // profilePicture: - // "https://img.starkurabu.com/41538374869489910341448844649168906.png", - // }, - // { - // name: undefined, - // profilePicture: "https://starknet.id/api/identicons/0", - // }, - // { - // name: "rob.cacango.stark", - // profilePicture: - // "https://gateway.pinata.cloud/ipfs/QmZS7maV678eJW7wJaVXJc28aKXzdZrwS1hmBmSy6bUVJh/1925.jpg", - // }, - // ]; - // expect(profiles).toStrictEqual(expectedProfile); }); }); });