This commit is contained in:
rymnc 2024-04-30 13:49:51 +05:30
parent 3a51b356b3
commit bb8c88c546
No known key found for this signature in database
GPG Key ID: AAA088D5C68ECD34

View File

@ -225,8 +225,7 @@ contract RlnTest is Test {
vm.resumeGasMetering(); vm.resumeGasMetering();
uint256 root = rln.root(); uint256 root = rln.root();
assertEq( assertEq(
root, root, 5_310_040_806_297_387_474_753_844_093_785_987_393_201_115_008_355_232_131_367_722_760_020_080_961_576
5_310_040_806_297_387_474_753_844_093_785_987_393_201_115_008_355_232_131_367_722_760_020_080_961_576
); );
} }
} }