mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Fixed test case
This commit is contained in:
parent
3e81cc877a
commit
fdc7903884
1 changed files with 1 additions and 1 deletions
|
@ -1673,7 +1673,7 @@ TEST("world:delete() invokes OnRemove hook", function()
|
|||
end)
|
||||
|
||||
world:add(entity, A)
|
||||
world:delete()
|
||||
world:delete(entity)
|
||||
|
||||
CHECK(called)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue