Skip to content

Commit

Permalink
fix: e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Dec 19, 2024
1 parent adb73d1 commit 98c2e9f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

_common_multi_setup() {
load '../../helpers/common-setup'
load '../helpers/common-setup'
_common_setup
# generated with cast wallet new
readonly target_address=0xbecE3a31343c6019CDE0D5a4dF2AF8Df17ebcB0f
Expand Down
8 changes: 4 additions & 4 deletions test/bats/pp-multi/bridge-l2_to_l2-e2e.bats
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# based on: https://github.com/0xPolygon/kurtosis-cdk/blob/jhilliard/multi-pp-testing/multi-pp-test.sh.md

setup() {
load '../../helpers/common-multi_cdk-setup'
load '../helpers/common-multi_cdk-setup'
_common_multi_setup
load '../../helpers/common'
load '../../helpers/lxly-bridge-test'
load '../../helpers/aggsender'
load '../helpers/common'
load '../helpers/lxly-bridge'
load '../helpers/aggsender'

if [ ! -f $aggsender_find_imported_bridge ]; then
echo "missing required tool: $aggsender_find_imported_bridge" >&3
Expand Down

0 comments on commit 98c2e9f

Please sign in to comment.