From 1f474e785abf8d3f469c5bd0238e3421ba99c89d Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Thu, 3 Oct 2024 08:25:26 +0200 Subject: [PATCH] test: cleanup --- test/entt/entity/reactive_mixin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/entt/entity/reactive_mixin.cpp b/test/entt/entity/reactive_mixin.cpp index f3aefc424..ea2202c16 100644 --- a/test/entt/entity/reactive_mixin.cpp +++ b/test/entt/entity/reactive_mixin.cpp @@ -122,7 +122,6 @@ TYPED_TEST(ReactiveMixin, Move) { ASSERT_FALSE(other.empty()); ASSERT_EQ(other.index(entity[0u]), 0u); - ASSERT_EQ(&other.registry(), &pool.registry()); } TYPED_TEST(ReactiveMixin, Swap) {