fmt
This commit is contained in:
parent
3a51b356b3
commit
bb8c88c546
|
@ -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
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue