Skip to content

Commit 9fcd284

Browse files
committed
revert commenting for bug hunting
1 parent b654b72 commit 9fcd284

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

qiita_db/metadata_template/test/test_prep_template.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1311,10 +1311,10 @@ def test_check_restrictions(self):
13111311
self.metadata, self.new_raw_data,
13121312
self.test_study, self.data_type)
13131313

1314-
# obs = pt.check_restrictions(
1315-
# [PREP_TEMPLATE_COLUMNS['EBI'],
1316-
# PREP_TEMPLATE_COLUMNS_TARGET_GENE['demultiplex']])
1317-
# self.assertEqual(obs, {'primer'})
1314+
obs = pt.check_restrictions(
1315+
[PREP_TEMPLATE_COLUMNS['EBI'],
1316+
PREP_TEMPLATE_COLUMNS_TARGET_GENE['demultiplex']])
1317+
self.assertEqual(obs, {'primer'})
13181318

13191319

13201320
EXP_PREP_TEMPLATE = (

0 commit comments

Comments
 (0)