Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity committed Oct 17, 2023
1 parent 8ff5f01 commit 3bc3e0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions e2e/tests-dfx/ledger.bash
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,13 @@ tc_to_num() {

assert_command dfx ledger top-up "$wallet" --icp 5 --created-at-time "$t"
# shellcheck disable=SC2154
assert_match "transaction is a duplicate of another transaction in block $block_height" "$stdout"
assert_contains "transaction is a duplicate of another transaction in block $block_height" "$stderr"
# shellcheck disable=SC2154
assert_match "Transfer sent at block height $block_height" "$stdout"
assert_contains "Transfer sent at block height $block_height" "$stdout"
# shellcheck disable=SC2154
assert_match "Using transfer at block height $block_height" "$stdout"
assert_contains "Using transfer at block height $block_height" "$stdout"
# shellcheck disable=SC2154
assert_match "Canister was topped up with" "$stdout"
assert_contains "Canister was topped up with" "$stdout"
}

@test "ledger create-canister" {
Expand Down

0 comments on commit 3bc3e0f

Please sign in to comment.