From 4834b78ed26dd79cc9a221e6eadcf79327189996 Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Tue, 22 Nov 2022 15:06:46 +0530 Subject: [PATCH] refactor: clean up code in test suite Remove doctypes that are not in v13 --- erpnext/accounts/report/gross_profit/test_gross_profit.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/accounts/report/gross_profit/test_gross_profit.py b/erpnext/accounts/report/gross_profit/test_gross_profit.py index 0ea6b5c8a44..1279dec25af 100644 --- a/erpnext/accounts/report/gross_profit/test_gross_profit.py +++ b/erpnext/accounts/report/gross_profit/test_gross_profit.py @@ -97,7 +97,6 @@ class TestGrossProfit(FrappeTestCase): doctype_list = [ "Sales Invoice", "GL Entry", - "Payment Ledger Entry", "Stock Entry", "Stock Ledger Entry", "Delivery Note",