Skip to content

Commit

Permalink
fix: use sepolia instead of goerli in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv committed Apr 10, 2024
1 parent ba122e8 commit c3918bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/__test__/profile.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ describe("test starknetid.js sdk", () => {
shortString.encodeShortString("NFT"),
shortString.encodeShortString("NFT"),
[
shortString.encodeShortString("https://goerli.api.starknet.qu"),
shortString.encodeShortString("https://sepolia.api.starknet.qu"),
shortString.encodeShortString("est/quests/uri?level="),
],
],
Expand Down Expand Up @@ -285,7 +285,7 @@ describe("test starknetid.js sdk", () => {
discord: "123",
proofOfPersonhood: false,
profilePicture:
"https://goerli.starknet.quest/starkfighter/level1.webp",
"https://sepolia.starknet.quest/starkfighter/level1.webp",
};
expect(profile).toStrictEqual(expectedProfile);
});
Expand Down

0 comments on commit c3918bc

Please sign in to comment.