mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 13:49:13 +00:00
style: format code with black
This commit is contained in:
@@ -14,11 +14,11 @@ from erpnext.stock.doctype.stock_entry.stock_entry_utils import make_stock_entry
|
||||
class TestPointOfSale(unittest.TestCase):
|
||||
@classmethod
|
||||
def setUpClass(cls) -> None:
|
||||
frappe.db.savepoint('before_test_point_of_sale')
|
||||
frappe.db.savepoint("before_test_point_of_sale")
|
||||
|
||||
@classmethod
|
||||
def tearDownClass(cls) -> None:
|
||||
frappe.db.rollback(save_point='before_test_point_of_sale')
|
||||
frappe.db.rollback(save_point="before_test_point_of_sale")
|
||||
|
||||
def test_item_search(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user