File diff daf7e1275225 → 0f7a154ff4eb
tests/test_reports_ledger.py
Show inline comments
...
 
@@ -128,7 +128,7 @@ class ExpectedPostings(core.RelatedPostings):
 
                assert next(cells).value == norm_func(expected.at_cost().number)
 
        closing_row = testutil.ODSCell.from_row(next(rows))
 
        assert closing_row[0].value == end_date
 
        assert closing_row[4].text == closing_bal.format(None, empty='0', sep='\0')
 
        assert closing_row[4].text == closing_bal.format(None, empty='$0.00', sep='\0')
 

	
 

	
 
def get_sheet_names(ods):