Skip to content

Commit

Permalink
test: adjust setup to #3336 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Oct 28, 2024
1 parent 1daa5f4 commit a384532
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ contract FastBridgeV2MulticallTargetTest is MulticallTargetIntegrationTest {

function getEncodedBridgeTx(IFastBridge.BridgeTransaction memory bridgeTx)
public
view
pure
override
returns (bytes memory)
{
Expand All @@ -31,7 +31,6 @@ contract FastBridgeV2MulticallTargetTest is MulticallTargetIntegrationTest {
bridgeTxV2.originFeeAmount = bridgeTx.originFeeAmount;
bridgeTxV2.deadline = bridgeTx.deadline;
bridgeTxV2.nonce = bridgeTx.nonce;
bridgeTxV2.exclusivityEndTime = block.timestamp;
return BridgeTransactionV2Lib.encodeV2(bridgeTxV2);
}
}

0 comments on commit a384532

Please sign in to comment.