mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 01:20:04 +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)
|
end)
|
||||||
|
|
||||||
world:add(entity, A)
|
world:add(entity, A)
|
||||||
world:delete()
|
world:delete(entity)
|
||||||
|
|
||||||
CHECK(called)
|
CHECK(called)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue