This commit is contained in:
NukeBird 2025-02-15 22:37:23 +03:00
parent 3b8234655d
commit fc310e12ff

View file

@ -194,7 +194,7 @@ TEST_CASE("Create a simple system that processes entities with a specific compon
REQUIRE(w.get<Component>(e1).value == 21);
}
TEST_CASE("Test a systems ability to query and process only entities with a specific combination of components")
TEST_CASE("Test a systems ability to query and process only entities with a specific combination of components")
{
struct C0
{