Skip to content

Commit df9d118

Browse files
committed
fix errors
1 parent f5f4a1e commit df9d118

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

qiita_pet/handlers/api_proxy/tests/test_prep_template.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@ def test_new_prep_template_get_req(self):
5252
exp = {
5353
'status': 'success',
5454
'prep_files': ['uploaded_file.txt'],
55-
'data_types': ['16S', '18S', 'Genomics', 'ITS', 'Metabolomic',
56-
'Metagenomic', 'Metatranscriptomics', 'Multiomic',
57-
'Proteomic', 'Transcriptomics', 'Viromics',
58-
'Job Output Folder'],
55+
'data_types': ['16S', '18S', 'Genomics', 'ITS',
56+
'Job Output Folder', 'Metabolomic',
57+
'Metagenomic', 'Metatranscriptomics',
58+
'Multiomic', 'Proteomic', 'Transcriptomics',
59+
'Viromics'],
5960
'ontology': {
6061
'ENA': ['Cancer Genomics', 'Epigenetics', 'Exome Sequencing',
6162
'Forensic or Paleo-genomics', 'Gene Regulation Study',

qiita_pet/handlers/study_handlers/tests/test_sample_template.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,11 @@ def test_sample_template_overview_handler_get_request(self):
305305
obs = sample_template_overview_handler_get_request(new_study.id, user)
306306
exp = {'exists': False,
307307
'uploaded_files': [],
308-
'data_types': ['16S', '18S', 'Genomics', 'ITS', 'Metabolomic',
309-
'Metagenomic', 'Metatranscriptomics',
310-
'Multiomic', 'Proteomic', 'Transcriptomics',
311-
'Viromics', 'Job Output Folder'],
308+
'data_types': ['16S', '18S', 'Genomics', 'ITS',
309+
'Job Output Folder', 'Metabolomic',
310+
'Metagenomic', 'Metatranscriptomics',
311+
'Multiomic', 'Proteomic', 'Transcriptomics',
312+
'Viromics'],
312313
'user_can_edit': True,
313314
'job': None,
314315
'download_id': None,

0 commit comments

Comments
 (0)