mirror of
https://github.com/Ukendio/jecs.git
synced 2026-05-13 14:24:14 +00:00
better test names
This commit is contained in:
parent
ce47155ebe
commit
f79b894f86
1 changed files with 2 additions and 2 deletions
|
|
@ -3179,7 +3179,7 @@ TEST("world:target()", function()
|
||||||
end)
|
end)
|
||||||
|
|
||||||
TEST("world:targets()", function()
|
TEST("world:targets()", function()
|
||||||
do CASE "can find single relation"
|
do CASE "should find single relation"
|
||||||
local world = jecs.world()
|
local world = jecs.world()
|
||||||
|
|
||||||
local Alice = world:entity()
|
local Alice = world:entity()
|
||||||
|
|
@ -3270,7 +3270,7 @@ TEST("world:targets()", function()
|
||||||
|
|
||||||
CHECK(count == 0)
|
CHECK(count == 0)
|
||||||
end
|
end
|
||||||
do CASE "ignore deleted targets"
|
do CASE "should ignore deleted targets"
|
||||||
local world = jecs.world()
|
local world = jecs.world()
|
||||||
|
|
||||||
local ROOT = world:entity()
|
local ROOT = world:entity()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue