Reword message

This commit is contained in:
daimond113 2025-08-21 21:13:44 +02:00
parent f5b4571d78
commit fd1ba65c94
No known key found for this signature in database

View file

@ -332,7 +332,7 @@ TEST("bulk", function()
CHECK(count == 3) CHECK(count == 3)
end 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 world = jecs.world()
local c1, c2, c3 = world:component(), world:component(), world:component() local c1, c2, c3 = world:component(), world:component(), world:component()
@ -347,7 +347,7 @@ TEST("bulk", function()
CHECK(world:get(e, c3) == "hello") CHECK(world:get(e, c3) == "hello")
end 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 world = jecs.world()
local c1, c2, c3 = world:component(), world:component(), world:component() local c1, c2, c3 = world:component(), world:component(), world:component()