From efd266d9330d002221b8f385f41cd0a8fc562b89 Mon Sep 17 00:00:00 2001 From: Nicolas Ochsner Date: Wed, 27 Mar 2024 11:29:28 +0100 Subject: [PATCH] Fix test --- test/test_liha.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_liha.py b/test/test_liha.py index 1df5bf7..eb915ea 100644 --- a/test/test_liha.py +++ b/test/test_liha.py @@ -84,7 +84,7 @@ def test_wash(): def test_move_liha(): """Test LiHa move.""" assert ( - move_liha(grid_site, 1, labware="trough100") + move_liha(grid_site, 1, COL96, labware="trough100") == b'B;MoveLiha(255,40,0,1,"0108\xaf1",0,0,0,10,0,0);' )