From 06989eb867b65a8c23ff59eb129826b6c8a54d08 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 14 Sep 2022 17:27:55 -1000 Subject: [PATCH] dev: cli: tests: fix fragile abbreviation --- hledger/test/cli/multiple-files.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger/test/cli/multiple-files.test b/hledger/test/cli/multiple-files.test index 6e7d5fa74..74aeeda71 100644 --- a/hledger/test/cli/multiple-files.test +++ b/hledger/test/cli/multiple-files.test @@ -1,5 +1,5 @@ # 1. all data files on the command line should be read -hledger inc -f personal.journal -f business.journal +hledger is -f personal.journal -f business.journal >>> Income Statement 2014-01-01..2014-01-02