Fix analysis error due to incorrect arguments#178679
Fix analysis error due to incorrect arguments#178679auto-submit[bot] merged 1 commit intoflutter-3.38-candidate.0from
Conversation
|
This pull request was opened from and to a release candidate branch. This should only be done as part of the official Flutter release process. If you are attempting to make a regular contribution to the Flutter project, please close this PR and follow the instructions at Tree Hygiene for detailed instructions on contributing to Flutter. Reviewers: Use caution before merging pull requests to release branches. Ensure the proper procedure has been followed. |
There was a problem hiding this comment.
Code Review
This pull request updates the constructor call for PreviewDetector in a regression test. The change replaces the projectRoot argument with a project argument, which aligns the test with an update to the PreviewDetector constructor signature. This resolves an analysis error in the test file. The change is correct and I have no further feedback.
|
Do you know why this didn't fail pre submit? |
One of the other CPs changed the arguments. |
Fixes #178677