tests: Style cleanup.
This commit is contained in:
		
							parent
							
								
									b296fb0207
								
							
						
					
					
						commit
						e3e782c028
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -111,7 +111,7 @@ def test_non_payment_accounts_skipped(hook, account, count):
 | 
				
			||||||
    assert not errors
 | 
					    assert not errors
 | 
				
			||||||
    testutil.check_post_meta(txn, None, meta)
 | 
					    testutil.check_post_meta(txn, None, meta)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def test_asset_credits_skipped(hook, ):
 | 
					def test_asset_credits_skipped(hook):
 | 
				
			||||||
    txn = testutil.Transaction(postings=[
 | 
					    txn = testutil.Transaction(postings=[
 | 
				
			||||||
        ('Income:Donations', -25),
 | 
					        ('Income:Donations', -25),
 | 
				
			||||||
        ('Assets:Cash', 25),
 | 
					        ('Assets:Cash', 25),
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue