Skip to content

Commit

Permalink
Update 6830-remove air from slot.sk
Browse files Browse the repository at this point in the history
  • Loading branch information
sovdeeth committed Jun 30, 2024
1 parent 390dd7c commit 6c08c0c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
test "remove air from air slot":
set {a} to chest inventory with 3 rows
set {_chest} to chest inventory with 3 rows
# throws exception if not fixed
remove 1 of (slot 0 of {a}) from (slot 0 of {a})
delete {a}
remove 1 of (slot 0 of {_chest}) from (slot 0 of {_chest})

0 comments on commit 6c08c0c

Please sign in to comment.