Skip to content

Commit

Permalink
add the new protocols to the test
Browse files Browse the repository at this point in the history
  • Loading branch information
y3rsh committed Jul 26, 2024
1 parent 294e274 commit 7c56c3f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions analyses-snapshot-testing/automation/data/protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,12 @@ class Protocols:
robot="Flex",
)

Flex_S_v2_19_P1000_96_GRIP_HS_MB_TC_TM_Smoke: Protocol = Protocol(
file_stem="Flex_S_v2_19_P1000_96_GRIP_HS_MB_TC_TM_Smoke",
file_extension="py",
robot="Flex",
)

OT2_X_v2_18_None_None_duplicateRTPVariableName: Protocol = Protocol(
file_stem="OT2_X_v2_18_None_None_duplicateRTPVariableName",
file_extension="py",
Expand Down Expand Up @@ -665,6 +671,12 @@ class Protocols:
robot="OT2",
)

OT2_S_v2_19_P300M_P20S_HS_TC_TM_SmokeTestV3: Protocol = Protocol(
file_stem="OT2_S_v2_19_P300M_P20S_HS_TC_TM_SmokeTestV3",
file_extension="py",
robot="OT2",
)

##########################################################################################################
# Begin Protocol Library Protocols #######################################################################
##########################################################################################################
Expand Down

0 comments on commit 7c56c3f

Please sign in to comment.