Skip to content

Commit

Permalink
fix typo2
Browse files Browse the repository at this point in the history
  • Loading branch information
Keszey Dániel authored and Keszey Dániel committed Mar 14, 2024
1 parent 7c7e769 commit 66172ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/test/libs/LibAddress.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ contract CalldataReceiver {
}

/// @notice The reason we call LibAddress.sendEther this way is - and not directly inside of a
/// test_sendEther() because this way the coverage adds up if you call functions agains initiated
/// test_sendEther() because this way the coverage adds up if you call functions against initiated
/// contracts, so basically it is a workaround making the library test 'count' towards the coverage.
/// @dev The EtherSenderContract in live environment is the Bridge.
contract EtherSenderContract {
Expand Down

0 comments on commit 66172ac

Please sign in to comment.