Grouped expression to make catch-1.2 happy.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2019-05-17 00:40:55 +02:00
parent 55cec75654
commit 7717a8850e
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ SCENARIO ("The option parser works correctly")
{
REQUIRE_FALSE(exception);
REQUIRE(opts.status_code == 0);
REQUIRE(opts.tags == vector<string>{ "tag1", longstring, "tag3" });
REQUIRE((opts.tags == vector<string>{ "tag1", longstring, "tag3" }));
REQUIRE(opts.uri == uri);
}
}