Skip to content

Commit e75c372

Browse files
committed
Fixing qiita ware test util
1 parent 847485b commit e75c372

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

qiita_ware/test/test_util.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ def test_hdf5IO_open(self):
277277
('Diesel Rhizo', 3),
278278
('Diesel Root', 3),
279279
('Diesel bulk', 3)],
280+
'dna_extracted': [('True', 27)],
280281
'ebi_study_accession': [('None', 27)],
281282
'ebi_submission_accession': [('None', 27)],
282283
'elevation': [('114.0', 27)],
@@ -288,8 +289,6 @@ def test_hdf5IO_open(self):
288289
'experiment_design_description': [('micro biome of soil and rhizosphere '
289290
'of cannabis plants from CA', 27)],
290291
'experiment_title': [('Cannabis Soil Microbiome', 27)],
291-
'has_extracted_data': [('True', 27)],
292-
'has_physical_specimen': [('True', 27)],
293292
'host_subject_id': [('1001:B1', 1),
294293
('1001:B2', 1),
295294
('1001:B3', 1),
@@ -397,7 +396,8 @@ def test_hdf5IO_open(self):
397396
('96.0693176066', 1)],
398397
'pcr_primers': [('FWD:GTGCCAGCMGCCGCGGTAA; REV:GGACTACHVGGGTWTCTAAT', 27)],
399398
'ph': [('6.8', 9), ('6.82', 10), ('6.94', 8)],
400-
'physical_location': [('ANL', 27)],
399+
'physical_specimen_location': [('ANL', 27)],
400+
'physical_specimen_remaining': [('True', 27)],
401401
'platform': [('Illumina', 27)],
402402
'required_sample_info_status': [('completed', 27)],
403403
'run_center': [('ANL', 27)],

0 commit comments

Comments
 (0)