aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--entityx/Entity_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/entityx/Entity_test.cc b/entityx/Entity_test.cc
index ea9971a..f40a9bc 100644
--- a/entityx/Entity_test.cc
+++ b/entityx/Entity_test.cc
@@ -317,6 +317,7 @@ TEST_CASE_METHOD(EntityManagerFixture, "TestEntityDestroyedEvent") {
for (auto e : entities) {
e.destroy();
}
+ REQUIRE(10UL == receiver.destroyed.size());
REQUIRE(entities == receiver.destroyed);
}