refactor: explicit commit removed

This commit is contained in:
Sugesh393 2024-10-17 11:15:09 +05:30
parent ea5895c7f3
commit cf552858bc

View file

@ -493,7 +493,6 @@ class TestNotification(IntegrationTestCase):
"recipients": [{"receiver_by_document_field": "allocated_to"}],
}
).insert()
frappe.db.commit()
todo = frappe.new_doc("ToDo")
todo.description = "Checking email notification with jinja template"