Skip to content

Commit

Permalink
Update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Jun 4, 2024
1 parent a125ba7 commit 81f5b86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def test_po_fields(self):
'complete_date',
'supplier',
'status',
'notes',
]

for name in names:
Expand Down Expand Up @@ -633,7 +632,6 @@ def test_so_shipment(self):
self.assertEqual(shipment_2.reference, f'Package {num_shipments+1}')

# Make sure extra data is also as expected
self.assertEqual(shipment_2.notes, notes)
self.assertEqual(shipment_2.tracking_number, tracking_number)

# Count number of current shipments
Expand Down

0 comments on commit 81f5b86

Please sign in to comment.