chore: remove duplicate test class

(cherry picked from commit e2891a60d5)
This commit is contained in:
ruthra kumar
2024-10-17 13:49:46 +05:30
committed by Mergify
parent a6c26874c7
commit df25d33735

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.