mirror of
https://github.com/Ukendio/jecs.git
synced 2026-05-13 14:24:14 +00:00
style
This commit is contained in:
parent
abaacd9ffd
commit
ce47155ebe
1 changed files with 2 additions and 2 deletions
|
|
@ -3077,7 +3077,7 @@ TEST("world:set()", function()
|
|||
end
|
||||
end)
|
||||
|
||||
TEST("world:target", function()
|
||||
TEST("world:target()", function()
|
||||
do CASE "nth index"
|
||||
local world = jecs.world()
|
||||
local A = world:component()
|
||||
|
|
@ -3178,7 +3178,7 @@ TEST("world:target", function()
|
|||
end
|
||||
end)
|
||||
|
||||
TEST("world:targets", function()
|
||||
TEST("world:targets()", function()
|
||||
do CASE "can find single relation"
|
||||
local world = jecs.world()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue