Skip to content

Commit

Permalink
Change unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed Jun 14, 2024
1 parent a75411c commit 8de2a0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/vcf/record_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,10 @@ namespace ebi
vcf::ChromosomeBodyError*);
}

SECTION("Chromosome with colons")
// Chromosome with colons are allowed
SECTION("Chromosome with colons")
{
CHECK_THROWS_AS( (vcf::Record{
CHECK_NOTHROW( (vcf::Record{
1,
"chr:1",
123456,
Expand Down

0 comments on commit 8de2a0e

Please sign in to comment.