mirror of
https://github.com/flutter/packages.git
synced 2025-06-19 05:30:13 +08:00
Uncomments avoid_redundant_argument_values in analysis_options.yaml (#6163)
This commit is contained in:
@ -213,7 +213,7 @@ void main() {
|
||||
|
||||
test('returns false for non-Flutter package', () async {
|
||||
final RepositoryPackage package =
|
||||
createFakePackage('a_package', packagesDir, isFlutter: false);
|
||||
createFakePackage('a_package', packagesDir);
|
||||
expect(package.requiresFlutter(), false);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user