Fixed test case (again)

This commit is contained in:
Intrinsic 2025-01-16 15:11:08 -08:00
parent fdc7903884
commit 0124ecb544
No known key found for this signature in database

View file

@ -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)