Skip to content

Commit

Permalink
fixup! Refactor e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ezdac committed Sep 23, 2024
1 parent 7f0bc60 commit bec0a6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions e2e_test/debug-fee-currency/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
#shellcheck disable=SC2034,SC2155,SC2086
set -xeo pipefail

function txpool_content() {
cast rpc txpool_content | jq
}

# args:
# $1: failOnDebit (bool):
# if true, this will make the DebugFeeCurrenc.DebitFees() call fail with a revert
Expand Down
1 change: 0 additions & 1 deletion e2e_test/run_all_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ set -eo pipefail

SCRIPT_DIR=$(readlink -f "$(dirname "$0")")
source "$SCRIPT_DIR/shared.sh"
source "$SCRIPT_DIR/debug-fee-currency/lib.sh"

TEST_GLOB=$1

Expand Down

0 comments on commit bec0a6f

Please sign in to comment.