commit 593fe175f19413412c152018942ac0d3cc8d2b19
parent f92bb6893f7d14cbab49d8a966a5c8af5dcdda71
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 27 May 2025 21:33:23 +0200
-fix another auditor test (working on #9900)
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
@@ -1743,7 +1743,7 @@ function test_21() {
function test_22() {
echo "===========22: denomination key expired ================="
- S_DENOM=$(echo 'SELECT denominations_serial FROM exchange.reserves_out LIMIT 1;' | psql "$DB" -Aqt)
+ S_DENOM=$(echo 'SELECT denom_serials[1] FROM exchange.withdraw LIMIT 1;' | psql "$DB" -Aqt)
OLD_START=$(echo "SELECT valid_from FROM exchange.denominations WHERE denominations_serial='${S_DENOM}';" | psql "$DB" -Aqt)
OLD_WEXP=$(echo "SELECT expire_withdraw FROM exchange.denominations WHERE denominations_serial='${S_DENOM}';" | psql "$DB" -Aqt)
@@ -2004,7 +2004,7 @@ function test_28() {
check_not_balance \
"total_balance_summary_delta_minus" \
"TESTKUDOS:0" \
- "Reported total amount wrong"
+ "Reported total amount wrong"
echo -n "Checking report that delta was profitable... "
check_report \
"amount-arithmetic-inconsistency" \