Skip to content

Commit 0ac239e

Browse files
authored
Merge pull request #2 from tinadn/acc_tests
fix: inconsistent tabs
2 parents c61891c + 82974ed commit 0ac239e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

erpnext/accounts/report/cheques_and_deposits_incorrectly_cleared/test_cheques_and_deposits_incorrectly_cleared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def test_build_payment_entry_dict_receive_customer(self):
8080
self.assertEqual(result[key], value)
8181

8282
def test_build_payment_entry_dict_payment(self):
83-
print(" build payment ------------------------------------------------")
83+
print("------------------------Testing payment entry dict for payment type -------------------------")
8484
payment_data = self.sample_payment_entry.copy()
8585
payment_data.payment_type = 'Pay'
8686

0 commit comments

Comments
 (0)