chore: rename test suite for payable report

(cherry picked from commit 9474f72776)
This commit is contained in:
ruthra kumar
2024-07-05 09:40:33 +05:30
committed by Mergify
parent e07bdcee79
commit 4f7e0d2955

View File

@@ -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()