mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Add check for friend existing
This commit is contained in:
parent
ce2a9e08ac
commit
d4bc12a656
1 changed files with 1 additions and 0 deletions
|
@ -1087,6 +1087,7 @@ TEST("world:delete", function()
|
|||
for i, friend in friends do
|
||||
CHECK(not world:has(friend, pair(FriendsWith, e)))
|
||||
CHECK(world:has(friend, Health))
|
||||
CHECK(world:contains(friend))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue