We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b654b72 commit 9fcd284Copy full SHA for 9fcd284
qiita_db/metadata_template/test/test_prep_template.py
@@ -1311,10 +1311,10 @@ def test_check_restrictions(self):
1311
self.metadata, self.new_raw_data,
1312
self.test_study, self.data_type)
1313
1314
- # obs = pt.check_restrictions(
1315
- # [PREP_TEMPLATE_COLUMNS['EBI'],
1316
- # PREP_TEMPLATE_COLUMNS_TARGET_GENE['demultiplex']])
1317
- # self.assertEqual(obs, {'primer'})
+ obs = pt.check_restrictions(
+ [PREP_TEMPLATE_COLUMNS['EBI'],
+ PREP_TEMPLATE_COLUMNS_TARGET_GENE['demultiplex']])
+ self.assertEqual(obs, {'primer'})
1318
1319
1320
EXP_PREP_TEMPLATE = (
0 commit comments