Skip to content

Commit

Permalink
FoxData - tests
Browse files Browse the repository at this point in the history
- Added tests to check for deletion of all foxes
  • Loading branch information
ShaneBeee committed Oct 8, 2019
1 parent f93e3b8 commit 0ce3fa4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/test/skript/tests/regressions/2536-FoxData fixes.sk
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
test "fox entityData fixes":
spawn red fox at location(0, 64, 0, world "world")
spawn 3 snow foxes at location(0, 64, 0, world "world")
delete all foxes
assert size of all foxes = 0 with "all foxes not deleted:%size of all foxes%"

0 comments on commit 0ce3fa4

Please sign in to comment.