diff --git a/tests/test_parse_options.cpp b/tests/test_parse_options.cpp index 34451d8..4571b99 100644 --- a/tests/test_parse_options.cpp +++ b/tests/test_parse_options.cpp @@ -130,7 +130,7 @@ SCENARIO ("The option parser works correctly") { REQUIRE_FALSE(exception); REQUIRE(opts.status_code == 0); - REQUIRE(opts.tags == vector{ "tag1", longstring, "tag3" }); + REQUIRE((opts.tags == vector{ "tag1", longstring, "tag3" })); REQUIRE(opts.uri == uri); } }