Skip to content

Commit

Permalink
fix: delete commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv committed Apr 29, 2024
1 parent 4dc653d commit 6266e88
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions packages/core/__test__/profile_mainnet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
});
});

0 comments on commit 6266e88

Please sign in to comment.