From 4f7e0d29551a344a9648bb02fe68ba4cbc69c0ea Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Fri, 5 Jul 2024 09:40:33 +0530 Subject: [PATCH] chore: rename test suite for payable report (cherry picked from commit 9474f727760da7592fec05331643b145e9f132f9) --- .../accounts/report/accounts_payable/test_accounts_payable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/accounts/report/accounts_payable/test_accounts_payable.py b/erpnext/accounts/report/accounts_payable/test_accounts_payable.py index f5c9d16073e..43856bf569f 100644 --- a/erpnext/accounts/report/accounts_payable/test_accounts_payable.py +++ b/erpnext/accounts/report/accounts_payable/test_accounts_payable.py @@ -7,7 +7,7 @@ from erpnext.accounts.report.accounts_payable.accounts_payable import execute from erpnext.accounts.test.accounts_mixin import AccountsTestMixin -class TestAccountsReceivable(AccountsTestMixin, FrappeTestCase): +class TestAccountsPayable(AccountsTestMixin, FrappeTestCase): def setUp(self): self.create_company() self.create_customer()