Skip to content

Commit

Permalink
Update Bill to_ref test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ej2 committed May 10, 2017
1 parent c1f9737 commit 756032f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit/objects/test_bill.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from quickbooks.objects.bill import Bill



class BillTests(unittest.TestCase):
def test_unicode(self):
bill = Bill()
Expand All @@ -31,7 +30,7 @@ def test_valid_object_name(self):

def test_to_ref(self):
bill = Bill()
bill.DisplayName = "test"
bill.DocNumber = "test"
bill.Id = 100

ref = bill.to_ref()
Expand Down

0 comments on commit 756032f

Please sign in to comment.