refactor: update test case

This commit is contained in:
ruthra kumar
2024-11-18 16:39:06 +05:30
parent 6681882bd8
commit 4aab6f55f5

View File

@@ -1001,8 +1001,8 @@ class TestPaymentEntry(IntegrationTestCase):
.run()
)
expected_gl_entries = (
(paid_from, 0.0, 8440.0, 0.0, 100.0, 0.0, 8440.0),
("_Test Payable USD - _TC", 8440.0, 0.0, 100.0, 0.0, 8440.0, 0.0),
(paid_from, 0.0, 8440.0, 0.0, 100.0, 0.0, 100.0),
("_Test Payable USD - _TC", 8440.0, 0.0, 100.0, 0.0, 100.0, 0.0),
)
self.assertEqual(gl_entries, expected_gl_entries)