Skip to content

Commit

Permalink
Fix linting errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Nov 8, 2024
1 parent 569238a commit 9d7fd92
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/testcase.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,9 +455,11 @@ def assert_order_111_6778632_7354601_data_component_subscription(self, order, fu
self.assertEqual("Delivered September 9", order.shipments[1].delivery_status)
self.assertEqual(4, len(order.items))
self.assertEqual(
"Dxhycc Satin Pirate Sash Pirate Medieval Renaissance Large Sash Halloween Costume Waist Sash Belt, Red",
"Dxhycc Satin Pirate Sash Pirate Medieval Renaissance Large Sash Halloween Costume Waist "
"Sash Belt, Red",
order.items[0].title)
self.assertEqual("Ziploc Paper Sandwich and Snack Bags, Recyclable & Sealable with Fun Designs, 150 Total Bags",
self.assertEqual("Ziploc Paper Sandwich and Snack Bags, Recyclable & Sealable with Fun Designs, "
"150 Total Bags",
order.items[3].title)
self.assertIsNotNone(order.items[0].link)
self.assertIsNotNone(order.items[0].image_link)
Expand Down

0 comments on commit 9d7fd92

Please sign in to comment.