From 18495ed624c86d9f4cd0a75a87bedb70a0e74a04 Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Mon, 3 Jan 2022 13:20:50 +0100 Subject: [PATCH] fix: semgrep issues --- erpnext/accounts/doctype/dunning/test_dunning.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/accounts/doctype/dunning/test_dunning.py b/erpnext/accounts/doctype/dunning/test_dunning.py index 129ca32d3a..6125bd26c6 100644 --- a/erpnext/accounts/doctype/dunning/test_dunning.py +++ b/erpnext/accounts/doctype/dunning/test_dunning.py @@ -27,7 +27,6 @@ class TestDunning(unittest.TestCase): create_dunning_type("First Notice", fee=0.0, interest=0.0, is_default=1) create_dunning_type("Second Notice", fee=10.0, interest=10.0, is_default=0) unlink_payment_on_cancel_of_invoice() - frappe.db.commit() @classmethod def tearDownClass(cls):