From 8de2a0e2ce387df09e588c6512c5d146731d30e3 Mon Sep 17 00:00:00 2001 From: tcezard Date: Fri, 14 Jun 2024 12:21:45 +0100 Subject: [PATCH] Change unit test --- test/vcf/record_test.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/vcf/record_test.cpp b/test/vcf/record_test.cpp index 0508b97ef..6b0cefb3a 100644 --- a/test/vcf/record_test.cpp +++ b/test/vcf/record_test.cpp @@ -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,