Skip to content

Commit

Permalink
[IMP] stock_barcodes: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio-teruel authored and carlosdauden committed Nov 25, 2024
1 parent 1e4dba6 commit 281a86d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stock_barcodes/tests/test_stock_barcodes_picking.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ def test_picking_wizard_scan_product_auto_lot(self):
self.product_tracking.categ_id.removal_strategy_id = self.env.ref(
"stock.removal_lifo"
)
self.wiz_scan_picking_out.action_clean_values()
self.action_barcode_scanned(self.wiz_scan_picking_out, "8433281006850")
self.assertEqual(self.wiz_scan_picking_out.lot_id, lot_3)

Expand Down

0 comments on commit 281a86d

Please sign in to comment.