From f79b894f86ecdbcee4c13ced1de06e433813522b Mon Sep 17 00:00:00 2001 From: kurokuukyo Date: Mon, 20 Apr 2026 18:01:12 -0400 Subject: [PATCH] better test names --- test/tests.luau | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/tests.luau b/test/tests.luau index d89418a..74f2081 100755 --- a/test/tests.luau +++ b/test/tests.luau @@ -3179,7 +3179,7 @@ TEST("world:target()", function() end) TEST("world:targets()", function() - do CASE "can find single relation" + do CASE "should find single relation" local world = jecs.world() local Alice = world:entity() @@ -3270,7 +3270,7 @@ TEST("world:targets()", function() CHECK(count == 0) end - do CASE "ignore deleted targets" + do CASE "should ignore deleted targets" local world = jecs.world() local ROOT = world:entity()