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 38811e792c
commit 1646517dc4

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