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 Assert Fatal Error if Message Has Multiple Arguments #137

Merged
merged 2 commits into from
Jul 3, 2024

Conversation

threeal
Copy link
Owner

@threeal threeal commented Jul 3, 2024

This pull request resolves #136 by fixing the mocked message function in the assert_fatal_error function to correctly format the captured fatal error message when the message function is called with multiple arguments.

It also removes the unnecessary message function call tests because calls to the message function with multiple arguments are implicitly already covered in other tests.

@threeal threeal self-assigned this Jul 3, 2024
@threeal threeal added this to the Version 0.4.0 milestone Jul 3, 2024
@threeal threeal merged commit ffca6d3 into main Jul 3, 2024
2 checks passed
@threeal threeal deleted the fix-assert-fatal-error-message-join-format branch July 3, 2024 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Assert Fatal Error if Message Has Multiple Arguments
1 participant