Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7dba94b

Browse files
committed
Merge branch 'integration_tests' of https://github.com/sidecars/python-quickbooks into integration_tests
2 parents 2a8ba69 + e0bf7e9 commit 7dba94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/objects/test_deposit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ def test_init(self):
5656
self.assertEquals(detail.AccountRef, None)
5757
self.assertEquals(detail.PaymentMethodRef, None)
5858
self.assertEquals(detail.CheckNum, "")
59-
self.assertEquals(detail.TxnType, "")
59+
self.assertEquals(detail.TxnType, None)

0 commit comments

Comments
 (0)