Skip to content

Commit

Permalink
Fix sheep
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLimeGlass committed Sep 19, 2024
1 parent 74bb883 commit a17aa00
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/test/skript/tests/syntaxes/expressions/ExprEntities.sk
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ test "entities in chunk":

loop all sheep in chunk at spawn of world "world":
add loop-entity to {_e::*}
assert size of {_e::*} >= 10 with "Size of all entities in spawn chunk is not > 10 (iterating): %size of {_e::*}%"
assert size of {_e::*} >= 10 with "Size of all sheep in spawn chunk is not > 10 (iterating): %size of {_e::*}%"

clear entities within {_e::*}
assert entities within {_e::*} where [entity input is valid] is not set with "Not all the entities were cleared"
assert size of all sheep in chunk at spawn of world "world" is 0 with "Size of all sheep in spawn chunk is not 0: %size of all sheep in chunk at spawn of world "world"%"
assert entities within {_e::*} where [entity input is valid] is not set with "Not all the sheep were cleared"
clear all entities

0 comments on commit a17aa00

Please sign in to comment.