Skip to content

Commit

Permalink
fix: typos (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveredget authored Jan 8, 2025
1 parent b96c958 commit 19833c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion echidna.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ coverage: false
# quiet: false
# #initialize the blockchain with some data
# initialize: null
# #whether ot not to use the multi-abi mode of testing
# #whether or not to use the multi-abi mode of testing
# multi-abi: false
# #benchmarkMode enables benchmark mode
# benchmarkMode: false
Expand Down
2 changes: 1 addition & 1 deletion test/NoDelegateCall.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ contract TestDelegateCall is Test, Deployers {
assertTrue(success);
}

function test_externalCallToPrivateMethodWithModifer_succeeds() public view {
function test_externalCallToPrivateMethodWithModifier_succeeds() public view {
noDelegateCallTest.callsIntoNoDelegateCallFunction();
}

Expand Down

0 comments on commit 19833c4

Please sign in to comment.