Skip to content

Commit 524e7b1

Browse files
committed
Fix missing taxon parameter in test
1 parent 222dfdc commit 524e7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_tasks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_platform_retrieval_by_name_when_unknown_instrument():
3838
match_geo_platform('GPL29597')
3939

4040
def test_align_sample_task():
41-
task = AlignSample('GSE', 'GSM', reference_id='hg38_ncbi', scope='genes')
41+
task = AlignSample('GSE', 'GSM', reference_id='hg38_ncbi', taxon='human', scope='genes')
4242
assert task.output().path == join(cfg.OUTPUT_DIR, cfg.ALIGNDIR, 'hg38_ncbi', 'GSE', 'GSM.genes.results')
4343
assert task.walltime == datetime.timedelta(days=1)
4444

0 commit comments

Comments
 (0)