File diff 56b644f1db9b → 536b50b478d8
tests/test_meta_payable_documentation.py
Show inline comments
...
 
@@ -171,3 +171,6 @@ def test_not_required_on_opening(hook):
 
        (next(testutil.OPENING_EQUITY_ACCOUNTS), 40),
 
    ])
 
    assert not list(hook.run(txn))
 

	
 
def test_not_required_on_flagged(hook):
 
    check(hook, None, txn_meta={'flag': '!'})