Fixed test case (again 2x)

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

View file

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