Skip to content

Commit 0f80e6c

Browse files
committed
test: user test fix
1 parent 03b36c6 commit 0f80e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subgraph/tests/user.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ import { computeCoherenceScore } from "../src/entities/User";
44

55
describe("Compute coherence score", () => {
66
test("Slam BigInts together", () => {
7-
assert.bigIntEquals(computeCoherenceScore(BigInt.fromI32(8), BigInt.fromI32(1)), BigInt.fromI32(99));
7+
assert.bigIntEquals(BigInt.fromI32(8), computeCoherenceScore(BigInt.fromI32(1), BigInt.fromI32(2)));
88
});
99
});

0 commit comments

Comments
 (0)