Skip to content

Commit

Permalink
Update test/unit/alignment/cigar_conversion/alignment_from_cigar_test…
Browse files Browse the repository at this point in the history
….cpp
  • Loading branch information
eseiler committed Oct 31, 2022
1 parent 6667f19 commit 63a9a28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ TEST_F(alignment_from_cigar, with_hard_clipping)
EXPECT_RANGE_EQ(std::get<1>(alignment), this->cigar_with_hard_clipping_gapped_seq);
}

TEST_F(cigar_from_alignment, short_cigar_string_with_softclipping)
TEST_F(alignment_from_cigar, short_cigar_string_with_softclipping)
{
seqan3::dna5_vector seq = "AGAGGGGGATAACCA"_dna5;

Expand Down

0 comments on commit 63a9a28

Please sign in to comment.