Test travis
This commit is contained in:
parent
43c7bd57e4
commit
b7339d7dcb
@ -51,6 +51,8 @@ class TestSalesPaymentSummary(unittest.TestCase):
|
||||
pe.cancel()
|
||||
|
||||
mop = get_mode_of_payments(filters)
|
||||
print(frappe.get_all("Payment Entry", filters={"docstatus": 1}))
|
||||
print(mop)
|
||||
self.assertTrue('Credit Card' in mop.values()[0])
|
||||
self.assertTrue('Cash' not in mop.values()[0])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user