Skip to content

Commit

Permalink
fix: fix mistaken commented test code
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenctw committed Nov 29, 2023
1 parent 89e0717 commit 5602340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/AccessLogs.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ contract AccessLogsTest is Test {
readBufferFromHashes(bytes8(0x0000000000000001).swapEndian())
);

// loxa vm.expectRevert("Read region root doesn't match");
vm.expectRevert("Read region root doesn't match");
accessLogs.readWord((position + 8).toPhysicalAddress());
}

Expand Down

0 comments on commit 5602340

Please sign in to comment.