test(query): remove manual commit from test
This commit is contained in:
parent
6281eac44a
commit
c8ce8cdc23
1 changed files with 0 additions and 3 deletions
|
|
@ -552,9 +552,6 @@ class TestOperatorIn(IntegrationTestCase):
|
|||
self.test_doctype_name = test_doctype.name
|
||||
self.addCleanup(frappe.delete_doc, "DocType", self.test_doctype_name)
|
||||
|
||||
frappe.db.sql(f"DELETE FROM `tab{self.test_doctype_name}`")
|
||||
frappe.db.commit()
|
||||
|
||||
doc_null = frappe.get_doc({"doctype": self.test_doctype_name, "test_field": None})
|
||||
doc_null.insert()
|
||||
doc_empty = frappe.get_doc({"doctype": self.test_doctype_name, "test_field": ""})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue