summaryrefslogtreecommitdiff
path: root/src/cli/test_anastasis_reducer_recovery_no_pay.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/test_anastasis_reducer_recovery_no_pay.sh')
-rwxr-xr-xsrc/cli/test_anastasis_reducer_recovery_no_pay.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/test_anastasis_reducer_recovery_no_pay.sh b/src/cli/test_anastasis_reducer_recovery_no_pay.sh
index 7ae78d9..ca78705 100755
--- 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