Skip to content

Commit

Permalink
Fix Test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAbsolutionism committed Nov 30, 2024
1 parent 75366bb commit 53a85ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/skript/tests/syntaxes/expressions/ExprBlocks.sk
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ test "blocks vector direction":
assert blocks at {_blocks::*} is stone with "1 or more blocks were not set to stone"
set blocks at {_blocks::*} to air
assert blocks at {_blocks::*} is air with "1 or more blocks were not set to air"
loop {_blocks::*}:
set block at loop-value to loop-value

0 comments on commit 53a85ee

Please sign in to comment.