Skip to content

Commit

Permalink
fix GET_VAL_ADDR param (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
asalzmann authored Jan 16, 2023
1 parent 2e461a3 commit 619f704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockernet/tests/integration_tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ setup_file() {
WAIT_FOR_BLOCK $STRIDE_LOGS 2

# check staked tokens
NEW_STAKE=$($HOST_MAIN_CMD q staking delegation $(GET_ICA_ADDR $HOST_CHAIN_ID delegation) $(GET_VAL_ADDR $HOST_CHAIN_ID 1) | GETSTAKE)
NEW_STAKE=$($HOST_MAIN_CMD q staking delegation $(GET_ICA_ADDR $HOST_CHAIN_ID delegation) $(GET_VAL_ADDR $CHAIN_NAME 1) | GETSTAKE)
stake_diff=$(($NEW_STAKE > 0))
assert_equal "$stake_diff" "1"
}
Expand Down

0 comments on commit 619f704

Please sign in to comment.