Skip to content

Commit

Permalink
whoops fix another test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Mar 19, 2024
1 parent e8c83ed commit c599644
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const mockRunTimeParameter: RunTimeParameter[] = [
'to throw tip into the trash or to not throw tip into the trash',
type: 'boolean',
default: true,
value: true,
},
{
displayName: 'EtoH Volume',
Expand All @@ -29,12 +30,14 @@ const mockRunTimeParameter: RunTimeParameter[] = [
min: 1.5,
max: 10.0,
default: 6.5,
value: 6.5,
},
{
displayName: 'Default Module Offsets',
variableName: 'DEFAULT_OFFSETS',
description: 'default module offsets for temp, H-S, and none',
type: 'str',
value: 'none',
choices: [
{
displayName: 'No offsets',
Expand All @@ -56,6 +59,7 @@ const mockRunTimeParameter: RunTimeParameter[] = [
variableName: 'mont',
description: 'pipette mount',
type: 'str',
value: 'left',
choices: [
{
displayName: 'Left',
Expand Down

0 comments on commit c599644

Please sign in to comment.