Skip to content

Commit

Permalink
fix incorrect test assumption
Browse files Browse the repository at this point in the history
Signed-off-by: bennett <[email protected]>
  • Loading branch information
bmzig committed Nov 11, 2024
1 parent 0bdad5b commit 85b83b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/evm/foundry/local/ZkStack_Adapter.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ contract ZkStackAdapterTest is Test {
refundRecipient: owner,
secondBridgeAddress: sharedBridge,
secondBridgeValue: amountToSend,
secondBridgeCalldata: abi.encode(address(1), amountToSend, random)
secondBridgeCalldata: abi.encode(address(1), 0, random)
})
)
);
Expand Down

0 comments on commit 85b83b6

Please sign in to comment.