From 3996a208043f37682cb91097c60611e8a7d5ebe5 Mon Sep 17 00:00:00 2001 From: TheLimeGlass Date: Thu, 2 Jan 2025 17:19:10 -0700 Subject: [PATCH] Update aliases --- .../skript/tests/syntaxes/expressions/ExprNewBannerPattern.sk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/skript/tests/syntaxes/expressions/ExprNewBannerPattern.sk b/src/test/skript/tests/syntaxes/expressions/ExprNewBannerPattern.sk index 30b065ef6ef..68268ba9cb1 100644 --- a/src/test/skript/tests/syntaxes/expressions/ExprNewBannerPattern.sk +++ b/src/test/skript/tests/syntaxes/expressions/ExprNewBannerPattern.sk @@ -12,8 +12,8 @@ test "new banner pattern": clear the 1st banner pattern of {_item} assert the 1st banner pattern of {_item} is not set with "1st banner pattern of item was not cleared" - set {_old} to block at test-location - set block at test-location to a red banner + set {_old} to block at event-location + set block at event-location to a red banner assert the block at test-location is a red banner with "Banner block was not set" add {_pattern} to the banner patterns of (block at test-location) assert the banner patterns of (block at test-location) contains {_pattern} with "Banner pattern not applied to block"