Update test_asset.py

This commit is contained in:
Nabin Hait 2019-01-08 20:23:01 +05:30 committed by GitHub
parent 92cab55c72
commit 0f3ccba741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -495,7 +495,7 @@ class TestAsset(unittest.TestCase):
self.assertEqual(gle, expected_gle)
def test_expence_head(self):
def test_expense_head(self):
pr = make_purchase_receipt(item_code="Macbook Pro",
qty=2, rate=200000.0, location="Test Location")