From fc310e12ff81326d21d805c0dd9a24ddd355322f Mon Sep 17 00:00:00 2001 From: NukeBird Date: Sat, 15 Feb 2025 22:37:23 +0300 Subject: [PATCH] typo --- tests/zecsy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/zecsy.cpp b/tests/zecsy.cpp index c94ebba..5198738 100644 --- a/tests/zecsy.cpp +++ b/tests/zecsy.cpp @@ -194,7 +194,7 @@ TEST_CASE("Create a simple system that processes entities with a specific compon REQUIRE(w.get(e1).value == 21); } -TEST_CASE("Test a system’s 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 {