Skip to content

Commit f79a0ba

Browse files
committed
comment
1 parent eb4d864 commit f79a0ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e_batch/vax_suppliers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class TestPair:
112112
"ods_vax": TestPair.X26_MMR_CRUDS,
113113
"ods_vax": TestPair.YGA_MENACWY_CRUDS,
114114
"""
115-
# X26_MMR_CRUDS = OdsVax("X26", "MMR")
115+
X26_MMR_CRUDS = OdsVax("X26", "MMR")
116116
# X26_RSV_CRUDS = OdsVax("X26", "RSV")
117117
# X8E5B_MMR_CRUDS = OdsVax("X8E5B", "MMR")
118118
# X8E5B_RSV_CRUDS = OdsVax("X8E5B", "RSV")
@@ -149,7 +149,7 @@ class TestPair:
149149
# V0V8L_MMR_CRUDS = OdsVax("V0V8L", "MMR")
150150
# YGA_3IN1_CRUDS = OdsVax("YGA", "3IN1")
151151
# YGA_HPV_CRUDS = OdsVax("YGA", "HPV")
152-
# YGA_MENACWY_CRUDS = OdsVax("YGA", "MENACWY")
152+
YGA_MENACWY_CRUDS = OdsVax("YGA", "MENACWY")
153153
# YGA_MMR_CRUDS = OdsVax("YGA", "MMR")
154154
# YGA_RSV_CRUDS = OdsVax("YGA", "RSV")
155155
# YGMYW_3IN1_CRUDS = OdsVax("YGMYW", "3IN1")

0 commit comments

Comments
 (0)