mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 19:19:17 +00:00
fix: whitespace
This commit is contained in:
@@ -7,6 +7,6 @@ class TestAccountsController(unittest.TestCase):
|
|||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.sales_invoice = frappe.get_last_doc('Sales Invoice')
|
self.sales_invoice = frappe.get_last_doc('Sales Invoice')
|
||||||
|
|
||||||
def test_validate_regional(self):
|
def test_validate_regional(self):
|
||||||
validate_regional(self.sales_invoice)
|
validate_regional(self.sales_invoice)
|
||||||
|
|||||||
Reference in New Issue
Block a user