Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(test): update test cases
Browse files Browse the repository at this point in the history
ruthra-kumar committed Jan 9, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 0e443f7 commit 8f74967
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1680,7 +1680,7 @@ def test_advance_payment_reconciliation_date(self):
{
"book_advance_payments_in_separate_party_account": 1,
"default_advance_paid_account": self.advance_payable_account,
"reconcile_on_advance_payment_date": 1,
"reconciliation_takes_effect_on": 1,
},
)

@@ -1729,7 +1729,7 @@ def test_advance_payment_reconciliation_against_journal_for_customer(self):
{
"book_advance_payments_in_separate_party_account": 1,
"default_advance_received_account": self.advance_receivable_account,
"reconcile_on_advance_payment_date": 0,
"reconciliation_takes_effect_on": 0,
},
)
amount = 200.0
@@ -1838,7 +1838,7 @@ def test_advance_payment_reconciliation_against_journal_for_supplier(self):
{
"book_advance_payments_in_separate_party_account": 1,
"default_advance_paid_account": self.advance_payable_account,
"reconcile_on_advance_payment_date": 0,
"reconciliation_takes_effect_on": 0,
},
)
amount = 200.0

0 comments on commit 8f74967

Please sign in to comment.