From d5f6c8ee02ca18132418c7955d051dbde9600d6e Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 26 Jul 2019 07:08:31 +0200 Subject: [PATCH] Fixed test descriptions. --- tests/test_parse_options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_parse_options.cpp b/tests/test_parse_options.cpp index 4571b99..76fcb01 100644 --- a/tests/test_parse_options.cpp +++ b/tests/test_parse_options.cpp @@ -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);