Changeset - 258099264e04
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2020-03-30 19:16:37
brettcsmith@brettcsmith.org
tests: Improve name spread in test_meta_receipt.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
tests/test_meta_receipt.py
Show inline comments
...
 
@@ -58,5 +58,5 @@ 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),
0 comments (0 inline, 0 general)