Skip to content

Commit 7960297

Browse files
committed
dont need lh in evo tests
1 parent 07c3309 commit 7960297

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: pylabrobot/liquid_handling/backends/tecan/EVO_tests.py

-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import unittest.mock
33
from unittest.mock import call
44

5-
from pylabrobot.liquid_handling import LiquidHandler
65
from pylabrobot.liquid_handling.backends.tecan.EVO import (
76
EVO,
87
LiHa,
@@ -49,7 +48,6 @@ async def send_command(module, command, params=None):
4948
self.evo.send_command.side_effect = send_command # type: ignore[method-assign]
5049

5150
self.deck = EVO150Deck()
52-
self.lh = LiquidHandler(backend=self.evo, deck=self.deck)
5351

5452
# setup
5553
self.evo.setup = unittest.mock.AsyncMock() # type: ignore[method-assign]

0 commit comments

Comments
 (0)