Skip to content

Commit e1c7c75

Browse files
committed
Fix unclosed test case tag
1 parent c85e828 commit e1c7c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/BoostSupportTest.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ namespace influxdb::test
180180
CHECK(result[0].getTags() == "host=x");
181181
}
182182

183-
TEST_CASE("Query reads optional tags element", "[BoostSupportTest")
183+
TEST_CASE("Query reads optional tags element", "[BoostSupportTest]")
184184
{
185185
using trompeloeil::_;
186186

0 commit comments

Comments
 (0)