From 28e7ce11e3b2be7c98740ddffbf8a5694210d73a Mon Sep 17 00:00:00 2001 From: Tommy Verrall Date: Fri, 3 Feb 2023 10:19:05 -0100 Subject: [PATCH] input assertion again --- tests/nym-mixnode-binary-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/nym-mixnode-binary-check.sh b/tests/nym-mixnode-binary-check.sh index 284bc49e2c..a105c772aa 100755 --- a/tests/nym-mixnode-binary-check.sh +++ b/tests/nym-mixnode-binary-check.sh @@ -45,7 +45,7 @@ check_mixnode_binary_build() { # do asserts here based upon the output on init - assert test $(echo ${WALLET_ADDRESS_CONST}) + assert $(echo $VALUE) $(echo ${WALLET_ADDRESS_CONST}) assert_end nym-mixnode-tests else echo "exiting test no binary found"