Fixed test description for Easy::Results.

This commit is contained in:
tastytea 2019-08-12 05:27:56 +02:00
parent dc09d3db5b
commit a5e7f12fd1
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ SCENARIO ("Easy::Results works as intended", "[entity]")
THEN ("No exception is thrown")
AND_THEN ("It is not valid")
AND_THEN ("id is empty")
AND_THEN ("accounts is empty")
{
REQUIRE_FALSE(exception);
REQUIRE_FALSE(results.valid());