Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes 5804-is-burning regression test #7124

Open
wants to merge 2 commits into
base: dev/feature
Choose a base branch
from

Conversation

cheeezburga
Copy link
Member

Description

This PR fixes Skript tests failing, due to a wait being used to allow the pig's fire ticks to update. Waits aren't allowed in tests, so now just uses the ignite effect.


Target Minecraft Versions: any
Requirements: none
Related Issues: none

- Previously used a wait to allow the pig's fire ticks to update, but waits aren't allowed in tests, so now just uses the ignite effect
@Efnilite Efnilite added the bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. label Oct 2, 2024
@@ -1,9 +1,14 @@
# This test is to see if the `is burning` condition works properly.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure this explanation is needed, they can just pull up the issue from the github right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They can, just saves a bit of time was my thinking behind it

src/test/skript/tests/regressions/5804-is-burning.sk Outdated Show resolved Hide resolved
src/test/skript/tests/regressions/5804-is-burning.sk Outdated Show resolved Hide resolved
Co-authored-by: Efy <[email protected]>
@Efnilite Efnilite added the feature-ready A PR/issue that has been approved, tested and can be merged/closed in the next feature version. label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. feature-ready A PR/issue that has been approved, tested and can be merged/closed in the next feature version.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants