Skip to content

Commit

Permalink
Fixed test for 1.20+ 3
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGBLP committed Feb 1, 2025
1 parent 488ce3d commit ede4e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scripts/expressions/ExprSpawnerEntityType.sk
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ test "ExprSpawnerEntityType":
set block at {_location} to trial spawner
set {_spawner} to block at {_location}
set spawner entity type of {_spawner} to skeleton
assert spawner entity type of {_spawner} is zombie with "spawner entity type of spawner at location %{_location}% is not skeleton"
assert spawner entity type of {_spawner} is skeleton with "spawner entity type of spawner at location %{_location}% is not skeleton"

0 comments on commit ede4e1f

Please sign in to comment.