mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Fix test case erroring
This commit is contained in:
parent
a6c53c9de8
commit
6811b6de0e
1 changed files with 1 additions and 1 deletions
|
@ -778,7 +778,7 @@ TEST("world:query()", function()
|
||||||
for x in q:iter() do
|
for x in q:iter() do
|
||||||
counter += 1
|
counter += 1
|
||||||
end
|
end
|
||||||
for x, tets in q do
|
for x in q:iter() do
|
||||||
counter += 1
|
counter += 1
|
||||||
end
|
end
|
||||||
CHECK(counter == 2)
|
CHECK(counter == 2)
|
||||||
|
|
Loading…
Reference in a new issue