Skip to content

Commit

Permalink
fix: travis
Browse files Browse the repository at this point in the history
  • Loading branch information
hasnain2808 committed Feb 11, 2021
1 parent 7c557e2 commit 79cd128
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def test_already_reconciled(self):
"payment_doctype":"Payment Entry",
"payment_name":payment.name,
"amount":bank_transaction.unallocated_amount}])
self.assertRaises(frappe.ValidationError, reconcile_vouchers, bank_transaction=bank_transaction.name, vouchers=vouchers)
self.assertRaises(frappe.ValidationError, reconcile_vouchers, bank_transaction_name=bank_transaction.name, vouchers=vouchers)

# Raise an error if debitor transaction vs debitor payment
def test_clear_sales_invoice(self):
Expand Down

0 comments on commit 79cd128

Please sign in to comment.