Skip to content

Commit

Permalink
fix(test): whop whop
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeckers committed Mar 13, 2024
1 parent 5b73030 commit 6c5ac61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graph/tests/hypercert-minter-fraction.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ describe("Describe entity assertions", () => {
assert.entityCount("ClaimToken", 6);

let fractionId = "1-".concat(
getDefaultContractAddress().toHexString().concat("-0"),
getDefaultContractAddress().toHexString().concat("-1"),
);
assert.fieldEquals("ClaimToken", fractionId, "tokenID", "1");
assert.fieldEquals(
Expand Down

0 comments on commit 6c5ac61

Please sign in to comment.