Skip to content

Commit 5b6a34a

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pylabrobot/liquid_handling/backends/tecan/EVO_tests.py

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ async def send_command(module, command, params=None):
4949
self.evo.send_command.side_effect = send_command # type: ignore[method-assign]
5050

5151
self.deck = EVO150Deck()
52-
self.lh = LiquidHandler(backend=self.evo, deck=self.deck)
5352

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

0 commit comments

Comments
 (0)