Skip to content

Commit fdf9b6d

Browse files
committed
fix test_get_data_types
1 parent 66962c2 commit fdf9b6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qiita_db/test/test_util.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ def test_get_data_types(self):
156156
obs = qdb.util.get_data_types()
157157
exp = {'16S': 1, '18S': 2, 'ITS': 3, 'Proteomic': 4, 'Metabolomic': 5,
158158
'Metagenomic': 6, 'Multiomic': 7, 'Metatranscriptomics': 8,
159-
'Viromics': 9, 'Genomics': 10, 'Transcriptomics': 11}
159+
'Viromics': 9, 'Genomics': 10, 'Transcriptomics': 11,
160+
'job_output_folder': 12}
160161
self.assertEqual(obs, exp)
161162

162163
obs = qdb.util.get_data_types(key='data_type_id')

0 commit comments

Comments
 (0)