From 48eb580e6e8f69ee6fea71c86eeb078c7c6ccb1c Mon Sep 17 00:00:00 2001 From: Qile Date: Wed, 7 Dec 2022 16:41:09 +0100 Subject: [PATCH] change testcase --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 02879ef..71c2d3f 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -133,7 +133,7 @@ end @test FASTX.FASTA.description(a[1]) == "JQ684648.1 | SED = 10.90 | Pos = 8543:8832 | thr = 16.0 | buffer = 50" @test getSeq(a[2])[42:96] == dna"CTCTGAGACTCTCCTGTGCAGCCTCTGGATTCACTTTTGATGATTATGCCATGAG" @test getSeq(a[4])[317:328] == dna"AGACACAAACCT" - @test getSeq(a[5])[198:200] == dna"AG" + @test getSeq(a[5])[198:200] == dna"CAG" end @testset "findGenes_thr=25" begin