test: Make sure --today is passed to --forecast tests so they keep
working.
This commit is contained in:
parent
248ddf9378
commit
91441bad8f
@ -19,12 +19,12 @@ account a
|
|||||||
~ 2022-01-31
|
~ 2022-01-31
|
||||||
a $1
|
a $1
|
||||||
b
|
b
|
||||||
$ hledger -f- --forecast check accounts
|
$ hledger -f- --today 2022-01-01 --forecast check accounts
|
||||||
>2 /undeclared account "b"/
|
>2 /undeclared account "b"/
|
||||||
>=1
|
>=1
|
||||||
|
|
||||||
# 4. also fails in --strict mode
|
# 4. also fails in --strict mode
|
||||||
$ hledger -f- --forecast --strict bal
|
$ hledger -f- --today 2022-01-01 --forecast --strict bal
|
||||||
>2 /undeclared account "b"/
|
>2 /undeclared account "b"/
|
||||||
>=1
|
>=1
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user