Skip to content

Commit

Permalink
test updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pbelmann committed Sep 3, 2015
1 parent 7247d8d commit 19e25cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test_biobox_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test_generate_biobox_file():
nt.assert_equal(expected, output)

def test_fastq_arguments_with_single_arg():
args = ["file_path", "paired"]
fastq_values = [("/fastq/input.fq", "paired")]
expected = {"fastq" :
[{"id" : "fastq_0", "type": "paired", "value" : "/mount/file_path"}]}
nt.assert_equal(bbf.fastq_arguments("/mount", args), expected)
[{"id" : "fastq_0", "type": "paired", "value" : "/fastq/input.fq"}]}
nt.assert_equal(bbf.fastq_arguments(fastq_values), expected)

0 comments on commit 19e25cc

Please sign in to comment.