-
Notifications
You must be signed in to change notification settings - Fork 739
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
Update test_convert_to_markdown.py #1090
Conversation
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
CI Failure Feedback 🧐
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
PR Type
Tests
Description
expected_output
intest_convert_to_markdown.py
to usePRReviewHeader.REGULAR.value
instead ofPRReviewHeader.REGULAR
.Changes walkthrough 📝
test_convert_to_markdown.py
Update expected output to use enum value in test
tests/unittest/test_convert_to_markdown.py
expected_output
to usePRReviewHeader.REGULAR.value
instead of
PRReviewHeader.REGULAR
.