Skip to content

Commit c925756

Browse files
committed
fix errors
1 parent a5836b1 commit c925756

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

qiita_db/test/test_util.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,8 @@ def test_get_artifacts_information(self):
853853
exp = [
854854
{'files': ['1_study_1001_closed_reference_otu_table.biom'],
855855
'target_subfragment': ['V4'], 'artifact_id': 4,
856-
'algorithm': 'Pick closed-reference OTUs, QIIMEv1.9.1 | Defaults',
856+
'algorithm': ('Pick closed-reference OTUs, QIIMEv1.9.1 |'
857+
'barcode_type 8, defaults'),
857858
'data_type': '18S', 'prep_samples': 27,
858859
'parameters': {
859860
'reference': 1, 'similarity': 0.97, 'sortmerna_e_value': 1,

qiita_pet/handlers/api_proxy/tests/test_artifact.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,8 @@ def test_artifact_get_info(self):
224224
data = [
225225
{'files': ['1_study_1001_closed_reference_otu_table_Silva.biom'],
226226
'target_subfragment': ['V4'],
227-
'algorithm': 'Pick closed-reference OTUs, QIIMEv1.9.1 | Defaults',
227+
'algorithm': ('Pick closed-reference OTUs, QIIMEv1.9.1 | '
228+
'barcode_type 8, defaults'),
228229
'artifact_id': 6, 'data_type': '16S',
229230
'timestamp': '2012-10-02 17:30:00', 'prep_samples': 27,
230231
'parameters': {
@@ -233,7 +234,8 @@ def test_artifact_get_info(self):
233234
'sortmerna_coverage': 0.97}, 'name': 'BIOM'},
234235
{'files': ['1_study_1001_closed_reference_otu_table.biom'],
235236
'target_subfragment': ['V4'],
236-
'algorithm': 'Pick closed-reference OTUs, QIIMEv1.9.1 | Defaults',
237+
'algorithm': ('Pick closed-reference OTUs, QIIMEv1.9.1 | '
238+
'barcode_type 8, defaults'),
237239
'artifact_id': 5, 'data_type': '18S',
238240
'timestamp': '2012-10-02 17:30:00', 'prep_samples': 27,
239241
'parameters': {

0 commit comments

Comments
 (0)