Fixed test descriptions.

This commit is contained in:
tastytea 2019-07-26 07:08:31 +02:00
parent 7fb23ee207
commit d5f6c8ee02
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ SCENARIO ("The option parser works correctly")
THEN ("No exception is thrown")
AND_THEN ("status code is 0")
AND_THEN ("options.file is empty")
AND_THEN ("Tag and URI are right")
{
REQUIRE_FALSE(exception);
REQUIRE(opts.status_code == 0);
@ -126,7 +126,7 @@ SCENARIO ("The option parser works correctly")
THEN ("No exception is thrown")
AND_THEN ("status code is 0")
AND_THEN ("options.file is empty")
AND_THEN ("Tag and URI are right")
{
REQUIRE_FALSE(exception);
REQUIRE(opts.status_code == 0);