fix assertions

This commit is contained in:
Tommy Verrall
2023-02-23 10:44:20 +02:00
parent 97d06d3859
commit 9afc21170a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ check_gateway_binary_build() if [ -f nym-gateway ]; then
# do asserts here based upon the output on init
assert $(echo ${VALUE}) $(echo ${WALLET_ADDRESS_CONST})
assert "echo ${VALUE}" $(echo ${WALLET_ADDRESS_CONST})
assert_end nym-gateway-tests
else
echo "exting test no binary found"
+1 -1
View File
@@ -33,7 +33,7 @@ check_mixnode_binary_build() {
VALUE="$(echo ${OUTPUT} | jq .wallet_address | tr -d '"')"
# do asserts here based upon the output on init
assert $(echo ${VALUE}) $(echo ${WALLET_ADDRESS_CONST})
assert "echo ${VALUE}" $(echo ${WALLET_ADDRESS_CONST})
assert_end nym-mixnode-tests
else
echo "exiting test no binary found"