Skip to content

Commit

Permalink
[IMP] : pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcadhoc committed Aug 5, 2024
1 parent fa25950 commit d9bb5c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stock_restrict_lot/tests/test_restrict_lot.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,9 @@ def assert_move_line_per_lot_and_location(
and mov.location_id == expect_from_location
)
self.assertEqual(len(concern_move_line), 1)
self.assertEqual(concern_move_line.quantity_product_uom, expect_reserved_qty)
self.assertEqual(
concern_move_line.quantity_product_uom, expect_reserved_qty
)

pickings = self.env["stock.picking"].search(
[("group_id", "=", procurement_group.id)]
Expand Down

0 comments on commit d9bb5c9

Please sign in to comment.