Skip to content

Commit a61dda3

Browse files
committed
bigint
1 parent ef10c24 commit a61dda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recursive_verification/scripts/run_recursion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ async function main() {
117117
.simulate({ from: accounts[0].item });
118118
console.log(`Counter value: ${counterValue}`);
119119

120-
assert(counterValue === 11);
120+
assert(counterValue === 11n);
121121
}
122122

123123
main().catch((error) => {

0 commit comments

Comments
 (0)