From fd1ba65c94e4f928bff8c068c50b9ebe20aaa366 Mon Sep 17 00:00:00 2001 From: daimond113 Date: Thu, 21 Aug 2025 21:13:44 +0200 Subject: [PATCH] Reword message --- test/tests.luau | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/tests.luau b/test/tests.luau index 4722a42..c14eabe 100755 --- a/test/tests.luau +++ b/test/tests.luau @@ -332,7 +332,7 @@ TEST("bulk", function() CHECK(count == 3) end - do CASE "Should work with hooks moving archetypes without previous" + do CASE "Should bulk add with hooks moving archetypes without previous" local world = jecs.world() local c1, c2, c3 = world:component(), world:component(), world:component() @@ -347,7 +347,7 @@ TEST("bulk", function() CHECK(world:get(e, c3) == "hello") end - do CASE "Should work with hooks moving archetypes with previous" + do CASE "Should bulk add with hooks moving archetypes with previous" local world = jecs.world() local c1, c2, c3 = world:component(), world:component(), world:component()