diff --git a/modules/ecs/private/registry.test.cpp b/modules/ecs/private/registry.test.cpp index fa10bb2..362b002 100644 --- a/modules/ecs/private/registry.test.cpp +++ b/modules/ecs/private/registry.test.cpp @@ -131,7 +131,7 @@ Suite component_raii = "component_raii"_suite = [] { { .m_int = idx, .m_string = std::to_string(idx) } ); - expect_ne(component.m_int, idx); + expect_eq(component.m_int, idx); expect_eq(component.m_string, std::to_string(idx)); } };