Skip to content

Commit

Permalink
Test quantity name refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLegendaryJedi authored Nov 9, 2024
1 parent e7bbffa commit 4ef5b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_pt_stock_invoicexpress/tests/test_invoicexpress.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test_102_create_invoicexpress_picking(self, mock_request):
self.delivery_order.action_assign()
self.delivery_order.move_line_ids.filtered(
lambda ml: ml.product_id == self.productA
).qty_done = 2.0
).quantity = 2.0
self.assertEqual(
self.delivery_order.state, "assigned", "Delivery Order assigned"
)
Expand Down

0 comments on commit 4ef5b8e

Please sign in to comment.