Skip to content

Commit

Permalink
fixup! fixup! fixup! [ADD] delivery_package_sscc
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspaulb committed Nov 11, 2024
1 parent 67cacb3 commit 693c003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delivery_package_sscc/tests/test_ir_sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_sscc_sequence(self):
sscc1 = package1.name
_logger.info(sscc1)
self.assertTrue(package1.valid_sscc)
package2 = self.env["stock.quant.package"].create({}
package2 = self.env["stock.quant.package"].create({})
sscc2 = package2.name
_logger.info(sscc2)
self.assertTrue(package2.valid_sscc)
Expand Down

0 comments on commit 693c003

Please sign in to comment.