Skip to content

Commit

Permalink
Use sysmex_xn wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
xispa committed Aug 19, 2024
1 parent 95aa4a5 commit f76607b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/senaite/astm/tests/test_sysmex_xn550.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from senaite.astm import codec
from senaite.astm.constants import ACK
from senaite.astm.constants import ENQ
from senaite.astm.instruments import roche_cobas_c311
from senaite.astm.instruments import sysmex_xn
from senaite.astm.protocol import ASTMProtocol
from senaite.astm.tests.base import ASTMTestBase
from senaite.astm.wrapper import Wrapper
Expand All @@ -27,7 +27,7 @@ async def asyncSetUp(self):
# Mock transport and protocol objects
self.transport = self.get_mock_transport()
self.protocol.transport = self.transport
self.mapping = roche_cobas_c311.get_mapping()
self.mapping = sysmex_xn.get_mapping()

def get_mock_transport(self, ip="127.0.0.1", port=12345):
transport = MagicMock()
Expand Down

0 comments on commit f76607b

Please sign in to comment.