Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 6c5ac61

Browse files
committed
fix(test): whop whop
1 parent 5b73030 commit 6c5ac61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/tests/hypercert-minter-fraction.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ describe("Describe entity assertions", () => {
288288
assert.entityCount("ClaimToken", 6);
289289

290290
let fractionId = "1-".concat(
291-
getDefaultContractAddress().toHexString().concat("-0"),
291+
getDefaultContractAddress().toHexString().concat("-1"),
292292
);
293293
assert.fieldEquals("ClaimToken", fractionId, "tokenID", "1");
294294
assert.fieldEquals(

0 commit comments

Comments
 (0)