Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkhao committed Oct 18, 2023
1 parent c1807a0 commit 40fae00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wms_connector/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def setUpClass(cls):
cls.backend.directory_path = str(uuid.uuid1()) + "/"
cls.aq_before = cls.env["attachment.queue"].search([])
cls.warehouse = cls.env.ref("stock.warehouse0")
cls.setUpComponent()

def assertNewAttachmentQueue(self, n=1):
aq_after = self.env["attachment.queue"].search([])
Expand All @@ -47,6 +46,7 @@ def setUpClass(cls):
StockPicking,
)
)
cls.setUpComponent()

@classmethod
def tearDownClass(cls):
Expand Down

0 comments on commit 40fae00

Please sign in to comment.