-
Notifications
You must be signed in to change notification settings - Fork 18
refactor: use raw strings in tests #146
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you ZaoralJ for your first pull request to AsyncAPI.NET repository. Please check out our contributors guide.
|
@ZaoralJ The tests are basically failing due to added whitespace (or forbidden characters) which is probably what we are running into as its inconsistent across platforms. Ill see if I can do something about improving consistency. |
The issue is not platforms but with this method. It is missing a a few edge cases as well as tests using different styles for version like strings. Some tests have |
|
Hi @ZaoralJ ive done what you did, in a separate PR. Thank you though! a good change |


About the PR
using raw strings to in unit tests