Corrected error in test-description.

This commit is contained in:
tastytea 2019-05-13 22:01:45 +02:00
parent 8f5d40ff7f
commit 5cebe53c3f
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -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());