tests: Improve name spread in test_meta_receipt.

This commit is contained in:
Brett Smith 2020-03-30 15:16:37 -04:00
parent 5a5caf0ddc
commit 258099264e

View file

@ -56,9 +56,9 @@ class AccountForTesting(typing.NamedTuple):
ACCOUNTS = [AccountForTesting._make(t) for t in [
('Assets:Bank:CheckCard', PostType.BOTH, 'check'),
('Assets:Cash', PostType.BOTH, None),
('Assets:Checking', PostType.BOTH, 'check'),
('Assets:CheckCard', PostType.BOTH, 'check'),
('Assets:Savings', PostType.BOTH, None),
]]