-
Notifications
You must be signed in to change notification settings - Fork 31
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 error message because of macro #126
Conversation
Codecov Report
@@ Coverage Diff @@
## master #126 +/- ##
==========================================
+ Coverage 52.22% 52.64% +0.42%
==========================================
Files 9 9
Lines 3839 3850 +11
==========================================
+ Hits 2005 2027 +22
+ Misses 1834 1823 -11
Continue to review full report at Codecov.
|
I've added a test that always fails.
It would be nice to test that the error message string contains |
I think this is a way to test this Xpress error.
|
f7fc8fb
to
853c57f
Compare
Thanks @rafabench I didn't know about that syntax! I guess I should have read the documentation 😅. I've updated the PR. |
Good for me! |
Related to #125