mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +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, pair(Relation, A))
|
||||
|
||||
world:remove(entity, B)
|
||||
world:delete(B)
|
||||
|
||||
CHECK(called)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue