change output

This commit is contained in:
Tommy Verrall
2023-02-03 10:05:18 -01:00
parent 6869de5640
commit de2c3851ee
+1 -1
View File
@@ -50,7 +50,7 @@ check_gateway_binary_build() if [ -f nym-gateway ]; then
# do asserts here based upon the output on init
assert $(cat ${VALUE}) $(echo ${WALLET_ADDRESS_CONST})
assert $(echo ${VALUE}) $(echo ${WALLET_ADDRESS_CONST})
assert_end nym-gateway-tests
else
echo "exting test no binary found"