Skip to content

Commit

Permalink
Remove old test
Browse files Browse the repository at this point in the history
  • Loading branch information
TFSMads authored Jun 28, 2024
1 parent 3ddd639 commit 272aa81
Showing 1 changed file with 0 additions and 52 deletions.
52 changes: 0 additions & 52 deletions src/test/skript/tests/syntaxes/expressions/ExprArmorstandPose.sk
Original file line number Diff line number Diff line change
Expand Up @@ -39,55 +39,3 @@ test "armorstand pose":
assert normalized vector from {_dir} is vector from {_dir2} with "Armor stand head pose doesn't match (set with direction))"

kill {_armorstand}
































summon armor stand at spawn of world "world":
set {_armorstand} to event-armor stand

set {_dir} to east
set left arm pose of {_armorstand} to {_dir}
set {_dir2} to left arm pose of {_armorstand}

assert normalized vector from {_dir} is vector from {_dir2} with "Armor stand left arm pose doesn't match (set with direction))"

set {_dir} to vector 1,0,1
set right arm pose of {_armorstand} to {_dir}
set {_dir2} to right arm pose of {_armorstand}

# clean up first in case assert fails
kill {_armorstand}

assert normalized {_dir} is vector from {_dir2} with "Armor stand right arm pose doesn't match (set with vector)"



0 comments on commit 272aa81

Please sign in to comment.