Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKitsune committed Jan 8, 2025
1 parent 4b45219 commit 79544c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/PBHEntryPointImplV1Init.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ contract PBHEntryPointImplV1InitTest is Test {
address pbhEntryPointImpl = address(new PBHEntryPointImplV1());

// Expect revert when entrypoint is address(0)
initCallData = abi.encodeCall(
bytes memory initCallData = abi.encodeCall(
PBHEntryPointImplV1.initialize, (worldId, IEntryPoint(address(0)), numPbh, multicall, MAX_PBH_GAS_LIMIT)
);
vm.expectRevert(PBHEntryPointImplV1.AddressZero.selector);
Expand Down

0 comments on commit 79544c3

Please sign in to comment.