From 5cebe53c3f3d2edb3ffcee7ca13241524107442a Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 13 May 2019 22:01:45 +0200 Subject: [PATCH] Corrected error in test-description. --- tests/entities/test_filter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/entities/test_filter.cpp b/tests/entities/test_filter.cpp index d0427ae..f873489 100644 --- a/tests/entities/test_filter.cpp +++ b/tests/entities/test_filter.cpp @@ -85,7 +85,7 @@ SCENARIO ("Easy::Filter works as intended", "[entity]") THEN ("No exception is thrown") AND_THEN ("It is not valid") - AND_THEN ("shortcode is empty") + AND_THEN ("phrase is empty") { REQUIRE_FALSE(exception); REQUIRE_FALSE(filter.valid());