mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Fixed test case (again)
This commit is contained in:
parent
fdc7903884
commit
0124ecb544
1 changed files with 2 additions and 2 deletions
|
@ -1694,8 +1694,8 @@ TEST("world:delete() invokes OnRemove hook", function()
|
|||
called = true
|
||||
end)
|
||||
|
||||
world:add(entity, A)
|
||||
world:add(entity, pair(Relation, B))
|
||||
world:add(entity, B)
|
||||
world:add(entity, pair(Relation, A))
|
||||
|
||||
world:remove(entity, B)
|
||||
|
||||
|
|
Loading…
Reference in a new issue