Skip to content

Commit

Permalink
Update src/test/skript/tests/syntaxes/expressions/ExprEntities.sk
Browse files Browse the repository at this point in the history
Co-authored-by: Pesek <[email protected]>
  • Loading branch information
TheLimeGlass and Pesekjak authored Sep 20, 2024
1 parent a2e0fde commit ae290bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/skript/tests/syntaxes/expressions/ExprEntities.sk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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 sheep 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 sheep were cleared"
Expand Down

0 comments on commit ae290bd

Please sign in to comment.