Changeset - e3e782c0280f
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2020-05-22 01:57:29
brettcsmith@brettcsmith.org
tests: Style cleanup.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
tests/test_meta_tax_implication.py
Show inline comments
...
 
@@ -111,7 +111,7 @@ def test_non_payment_accounts_skipped(hook, account, count):
 
    assert not errors
 
    testutil.check_post_meta(txn, None, meta)
 

	
 
def test_asset_credits_skipped(hook, ):
 
def test_asset_credits_skipped(hook):
 
    txn = testutil.Transaction(postings=[
 
        ('Income:Donations', -25),
 
        ('Assets:Cash', 25),
0 comments (0 inline, 0 general)