mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 12:39:18 +00:00
chore: remove duplicate test class
(cherry picked from commit e2891a60d5)
This commit is contained in:
@@ -11,15 +11,6 @@ EXTRA_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"]
|
|||||||
IGNORE_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"]
|
IGNORE_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"]
|
||||||
|
|
||||||
|
|
||||||
class TestAdvancePaymentLedgerEntry(UnitTestCase):
|
|
||||||
"""
|
|
||||||
Unit tests for AdvancePaymentLedgerEntry.
|
|
||||||
Use this class for testing individual functions and methods.
|
|
||||||
"""
|
|
||||||
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class TestAdvancePaymentLedgerEntry(IntegrationTestCase):
|
class TestAdvancePaymentLedgerEntry(IntegrationTestCase):
|
||||||
"""
|
"""
|
||||||
Integration tests for AdvancePaymentLedgerEntry.
|
Integration tests for AdvancePaymentLedgerEntry.
|
||||||
|
|||||||
Reference in New Issue
Block a user