We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b36c6 commit 0f80e6cCopy full SHA for 0f80e6c
subgraph/tests/user.test.ts
@@ -4,6 +4,6 @@ import { computeCoherenceScore } from "../src/entities/User";
4
5
describe("Compute coherence score", () => {
6
test("Slam BigInts together", () => {
7
- assert.bigIntEquals(computeCoherenceScore(BigInt.fromI32(8), BigInt.fromI32(1)), BigInt.fromI32(99));
+ assert.bigIntEquals(BigInt.fromI32(8), computeCoherenceScore(BigInt.fromI32(1), BigInt.fromI32(2)));
8
});
9
0 commit comments