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

Fix test after 0.15.1 breakage #621

Merged
merged 1 commit into from
Jan 10, 2025
Merged

Fix test after 0.15.1 breakage #621

merged 1 commit into from
Jan 10, 2025

Conversation

Jondolf
Copy link
Owner

@Jondolf Jondolf commented Jan 10, 2025

Objective

CI is failing because Bevy 0.15.1 had a breaking change that reverted the default behavior for missing system parameters back to panicking (even though patch releases shouldn't have any meaningful breaking changes...) and one of our tests was relying on the behavior in 0.15.0.

Solution

Add the relevant plugins to fix the panic.

@Jondolf Jondolf added C-Testing Improvements or additions to testing A-Determinism Relates to consistent behavior across runs or platforms labels Jan 10, 2025
@Jondolf Jondolf enabled auto-merge (squash) January 10, 2025 22:30
@Jondolf Jondolf merged commit 0e72040 into main Jan 10, 2025
5 checks passed
@Jondolf Jondolf deleted the fix-test branch January 10, 2025 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Determinism Relates to consistent behavior across runs or platforms C-Testing Improvements or additions to testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant