mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-13 23:38:01 +00:00
chore: rename test suite for payable report
(cherry picked from commit 9474f72776)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user