Commit 57b0e3b6 authored by Rati Montreewat's avatar Rati Montreewat Committed by GitHub

Update packages/contracts-bedrock/contracts/test/invariants/AddressAliasHelper.t.sol

Co-authored-by: default avatarMaurelian <john@oplabs.co>
parent b5bf89e2
......@@ -46,7 +46,7 @@ contract AddressAliasHelper_AddressAliasing_Invariant is StdInvariant, Test {
* be unaliased with `undoL1ToL2Alias`.
*/
function invariant_round_trip_aliasing() external {
// // ASSERTION: The round trip aliasing done in testRoundTrip(...) should never fail.
// ASSERTION: The round trip aliasing done in testRoundTrip(...) should never fail.
assertEq(actor.failedRoundtrip(), false);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment