From 6ca1b9b7dc32caa4f2de3004f2af39e85bd13efb Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 10 May 2019 22:31:08 +0200 Subject: [PATCH] Cosmetic change in Easy::Context test. --- tests/entities/test_context.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/entities/test_context.cpp b/tests/entities/test_context.cpp index e97a67e..783fb98 100644 --- a/tests/entities/test_context.cpp +++ b/tests/entities/test_context.cpp @@ -142,7 +142,6 @@ SCENARIO ("Easy::Context works as intended", "[entity]") THEN ("No exception is thrown") AND_THEN ("It is not valid") - AND_THEN ("id is empty") { REQUIRE_FALSE(exception); REQUIRE_FALSE(context.valid());