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

Modify Fatal Error Assertion to Match the Expected Error #113

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

threeal
Copy link
Owner

@threeal threeal commented Jun 27, 2024

This pull request resolves #112 by modifying the assert_fatal_error function to compare the fatal error message with the expected error using a regular expression match instead of string equality.

@threeal threeal added the feat label Jun 27, 2024
@threeal threeal added this to the Version 0.4.0 milestone Jun 27, 2024
@threeal threeal self-assigned this Jun 27, 2024
@threeal threeal merged commit 511d735 into main Jun 27, 2024
2 checks passed
@threeal threeal deleted the assert-fatal-error-matches-error branch June 27, 2024 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modify Fatal Error Assertion to Match the Expected Error
1 participant