Skip to content

Commit

Permalink
fix: e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Nov 11, 2024
1 parent f680873 commit 1ebcc5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/bridge-e2e.bats
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,11 @@ setup() {
assert_success

echo "bridgeAsset L2 WETH to L1 ETH" >&3
destination_addr=$sender_addr
destination_net=0
run bridgeAsset "$weth_token_addr" "$l2_rpc_url"
assert_success

echo "Claim in L1" >&3
echo "Claim in L1 ETH" >&3
timeout="400"
claim_frequency="60"
run wait_for_claim "$timeout" "$claim_frequency" "$l1_rpc_url"
Expand Down

0 comments on commit 1ebcc5a

Please sign in to comment.