mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 01:20:04 +00:00
Remove __iter from already tested case
This commit is contained in:
parent
5694b4c034
commit
f648ab7984
1 changed files with 0 additions and 1 deletions
|
@ -497,7 +497,6 @@ TEST("world", function()
|
|||
world:add(e1, A)
|
||||
|
||||
local query = world:query(B)
|
||||
CHECK(query.__iter() == nil)
|
||||
CHECK(query.next() == nil)
|
||||
CHECK(query.replace() == nil)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue