Skip to content

Commit

Permalink
backend: fix test packagings naming
Browse files Browse the repository at this point in the history
  • Loading branch information
simahawk committed May 29, 2020
1 parent 3121235 commit bf39ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shopfloor/tests/test_checkout_change_packaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_list_packaging_ok(self):
data={
"picking": self._picking_summary_data(self.picking),
"package": self._package_data(self.package, self.picking),
"packagings": [
"packaging": [
self._packaging_data(packaging)
for packaging in self.packaging_inner_box
+ self.packaging_box
Expand Down

0 comments on commit bf39ec7

Please sign in to comment.