test(ecs): fix a testcase
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
light7734 2025-10-08 06:50:13 +03:30
parent 487f907ffb
commit fc0e63455b
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -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));
}
};