try assertion command via outputting via echo

This commit is contained in:
Tommy Verrall
2023-02-03 13:35:04 -01:00
parent bc80511863
commit 4e63f2ce60
+1 -1
View File
@@ -46,7 +46,7 @@ check_mixnode_binary_build() {
echo $VALUE
# 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"