chore: remove duplicate test class

This commit is contained in:
ruthra kumar
2024-10-17 13:49:46 +05:30
parent 3c53b92f05
commit e2891a60d5

View File

@@ -11,15 +11,6 @@ EXTRA_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):
"""
Integration tests for AdvancePaymentLedgerEntry.