tests: Improve name spread in test_meta_receipt.
This commit is contained in:
parent
5a5caf0ddc
commit
258099264e
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
]]
|
||||
|
||||
|
|
Loading…
Reference in a new issue