Skip to content

Commit

Permalink
Corrected error in testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
Ward9250 committed Dec 14, 2016
1 parent d8b34ee commit f1cbd4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ using Bio: Seq

runtest(args) = parse_args(args, s)

@test runtest([]) == Dict{AbstractString, Any}("dna1"=>nothing, "dna2"=>nothing, "rna1"=>nothing, "rna2"=>nothing)
@test runtest([]) == Dict{AbstractString, Any}("dna1"=>nothing, "dna2"=>nothing, "rna1"=>nothing, "rna2"=>nothing, "prot"=>nothing)

answer1 = Dict{AbstractString, Any}("dna1"=>BioSequence{DNAAlphabet{4}}("atcgatcg"),
"dna2"=>BioSequence{DNAAlphabet{2}}("aaatttcccggg"),
Expand Down

0 comments on commit f1cbd4c

Please sign in to comment.