mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 01:20:04 +00:00
Fixed test case (again 2x)
This commit is contained in:
parent
0124ecb544
commit
3f058fb00b
1 changed files with 1 additions and 1 deletions
|
@ -1697,7 +1697,7 @@ TEST("world:delete() invokes OnRemove hook", function()
|
||||||
world:add(entity, B)
|
world:add(entity, B)
|
||||||
world:add(entity, pair(Relation, A))
|
world:add(entity, pair(Relation, A))
|
||||||
|
|
||||||
world:remove(entity, B)
|
world:delete(B)
|
||||||
|
|
||||||
CHECK(called)
|
CHECK(called)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue