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 CI #196

Merged
merged 2 commits into from
Jan 9, 2024
Merged

Fix CI #196

merged 2 commits into from
Jan 9, 2024

Conversation

vmx
Copy link
Member

@vmx vmx commented Jan 9, 2024

Two small changes are needed in order to get CI green again.

Recent Rust versions (>=1.73.0) changed the wording when using `assert_eq!()`.
This made a test fail, as it was targeted at a specific message. As this
message could change any time (as it's not under our control), just remove
that exact matching, and just match on any panic.

Closes #195.
@vmx vmx requested a review from Stebalien January 9, 2024 12:06
@Stebalien Stebalien merged commit 300e7e5 into master Jan 9, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants