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 {