-
Notifications
You must be signed in to change notification settings - Fork 100
Fix exemption for flutter tool Kotlin tests, add test, and update README #4169
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 exemption for flutter tool Kotlin tests, add test, and update README #4169
Conversation
reidbaker
left a comment
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.
Best I can tell all of webhook_subscription.dart is formatting. If so consider reverting in this pr.
45417ed to
37d7ea0
Compare
This comment was marked as resolved.
This comment was marked as resolved.
Test.kt file present in the PR|
Re requesting your review @reidbaker - the request for a test actually found a bug, so the PR is no longer just a test. |
reidbaker
left a comment
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.
I love when tests catch bugs
stuartmorgan-g
left a comment
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.
LGTM! Sorry I didn't catch the lack of test when reviewing the first PR; I should have, since I've written tests changes in this file plenty of times.
Follow up to #4162.
The first PR was wrong - it modified the logic that is used to handle packages PRs, not framework PRs. This PR fixes that, adds a test, and also modifies the README to add a missing step that I found in flutter/flutter#129651, which originally blocked me from running the tests locally.
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.