Fixed test case

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

View file

@ -1673,7 +1673,7 @@ TEST("world:delete() invokes OnRemove hook", function()
end)
world:add(entity, A)
world:delete()
world:delete(entity)
CHECK(called)
end