Skip to content

Commit

Permalink
test: contract renaming
Browse files Browse the repository at this point in the history
Co-authored-by: Quentin Garchery <[email protected]>
Signed-off-by: MathisGD <[email protected]>
  • Loading branch information
MathisGD and QGarchery authored Mar 11, 2024
1 parent e8293fe commit b897eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/forge/BaseBundlerEnshrinedLocalTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {BaseBundler} from "src/mocks/bundlers/BaseBundlerMock.sol";

import "./helpers/LocalTest.sol";

contract BaseBundlerLocalEnshrinedTest is BaseBundler, LocalTest {
contract BaseBundlerEnshrinedLocalTest is BaseBundler, LocalTest {
function checkInitiator(address expectedInitiator) public payable protected {
require(initiator() == expectedInitiator, "unexpected initiator");
}
Expand Down

0 comments on commit b897eb2

Please sign in to comment.