Skip to content

Commit

Permalink
[MIG] test_pos2023: 14.0 -> 13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
em230418 committed Mar 10, 2024
1 parent 5f5f466 commit 4e73c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_pos2023/tests/test_session_close.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@tagged("post_install", "-at_install")
class TestSessionClose(TestPoSCommon):
def setUp(self):
super(TestPoSCommon, self).setUp()
super(TestSessionClose, self).setUp()
self.product1 = self.env["product.product"].create(
{
"type": "consu",
Expand Down

0 comments on commit 4e73c3f

Please sign in to comment.