fix: Update tests

This commit is contained in:
Deepesh Garg 2020-07-10 22:45:45 +05:30
parent b74077faf5
commit 87eb2827ef

View File

@ -30,6 +30,7 @@ class TestTaxes(unittest.TestCase):
self.item_tax_template = frappe.get_doc({
'doctype': 'Item Tax Template',
'title': uuid4(),
'company': self.company.name,
'taxes': [
{
'tax_type': self.account.name,