From 696114cfa8f2bcc880d42f5c5d056553a6fe19d5 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 9 Mar 2021 10:17:26 -0800 Subject: [PATCH] fix valuation tests after #1499 --- hledger/test/journal/valuation.test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hledger/test/journal/valuation.test b/hledger/test/journal/valuation.test index 0d1b23ee3..21d5f0da0 100644 --- a/hledger/test/journal/valuation.test +++ b/hledger/test/journal/valuation.test @@ -368,7 +368,7 @@ $ hledger -f- bal -N -V -b 2000 # 34. multicolumn balance report valued at cost $ hledger -f- bal -MTA --value=cost -b 2000 -Balance changes in 2000Q1, converted to cost: +Balance changes in 2000Q1, converted to cost, valued at posting date: || Jan Feb Mar Total Average ===++================================= @@ -478,7 +478,7 @@ P 2000/04/01 A 4 B (a) 1 A @ 6 B $ hledger -f- bal -ME -H -p200001-200004 --value=c -Ending balances (historical) in 2000Q1, converted to cost: +Ending balances (historical) in 2000Q1, converted to cost, valued at posting date: || 2000-01-31 2000-02-29 2000-03-31 ===++==================================== @@ -541,7 +541,7 @@ Budget performance in 2000Q1: # 47. budget report, valued at cost. $ hledger -f- bal -MTA --budget --value=c -Budget performance in 2000Q1, converted to cost: +Budget performance in 2000Q1, converted to cost, valued at posting date: || Jan Feb Mar Total Average ===++================================================================================================