commit 4d70a1eb22e8a44c1cecefc62c36f139571de2b5 parent 2ae958d3d5f5464251b5013c974cfeb6a6a9f3a8 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 14 Apr 2022 20:48:50 +0200 -fix expected EC Diffstat:
| M | src/cli/test_anastasis_reducer_recovery_no_pay.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cli/test_anastasis_reducer_recovery_no_pay.sh b/src/cli/test_anastasis_reducer_recovery_no_pay.sh @@ -236,7 +236,7 @@ anastasis-reducer sync_providers < $R2FILE > $R1FILE 2> /dev/null || true # Note: continue with $R2FILE, the last one that was valid! CODE=`jq -r -e .code < $R1FILE` -if test "$CODE" != "8400" +if test "$CODE" != "8420" then exit_fail "Expected to be synced, instead the code is '$CODE'" fi