Skip to content

Commit

Permalink
Change tag message to 'warnings'
Browse files Browse the repository at this point in the history
  • Loading branch information
srbcheema1 committed Mar 18, 2018
1 parent ec4493c commit 4a4d6d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/vcf/optional_policy_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
namespace ebi
{

TEST_CASE("Record Position warnings", "[body position warnings]")
TEST_CASE("Record Position warnings", "[warnings]")
{
std::shared_ptr<vcf::Source> source{
new vcf::Source{
Expand Down Expand Up @@ -96,7 +96,7 @@ namespace ebi
}
}

TEST_CASE("Id warnings", "[body id warnings]")
TEST_CASE("Id warnings", "[warnings]")
{
std::shared_ptr<vcf::Source> source{
new vcf::Source{
Expand Down Expand Up @@ -156,7 +156,7 @@ namespace ebi
}
}

TEST_CASE("Record Reference Alternate matching warnings", "[body reference alternate matching warnings]")
TEST_CASE("Record Reference Alternate matching warnings", "[warnings]")
{
std::shared_ptr<vcf::Source> source{
new vcf::Source{
Expand Down Expand Up @@ -244,7 +244,7 @@ namespace ebi
}
}

TEST_CASE("Info predefined tags warnings", "[body info warnings]")
TEST_CASE("Info predefined tags warnings", "[warnings]")
{
std::shared_ptr<vcf::Source> source{
new vcf::Source{
Expand Down Expand Up @@ -473,7 +473,7 @@ namespace ebi
}
}

TEST_CASE("Alternate allele warnings", "[body alt warnings]")
TEST_CASE("Alternate allele warnings", "[warnings]")
{
std::vector<std::shared_ptr<vcf::Source>> sources = {
std::shared_ptr<vcf::Source>{new vcf::Source{
Expand Down

0 comments on commit 4a4d6d9

Please sign in to comment.