Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sirno committed Mar 27, 2024
1 parent 8e2b283 commit efd266d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_liha.py
Original file line number Diff line number Diff line change
Expand Up @@ -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);'
)

Expand Down

0 comments on commit efd266d

Please # to comment.