chore: clean up various analysis diagnostics (#3310)

This commit is contained in:
Felix Angelov
2025-09-08 12:09:39 -05:00
committed by GitHub
parent 1495e509f9
commit d2f08e4313
@@ -26,7 +26,7 @@ void main() {
});
group('resolveFlutterVersion', () {
group('when no flutter version is specified in the pubspec.yaml file', () {
group('when no flutter version is specified in the pubspec.yaml', () {
test('returns the stable version', () {
expect(
resolveFlutterVersion(
@@ -38,7 +38,7 @@ void main() {
});
});
group('when a flutter version is specified in the pubspec.yaml file', () {
group('when a flutter version is specified in the pubspec.yaml', () {
setUp(() {
pubspecFile.writeAsStringSync('''
environment:
@@ -58,7 +58,7 @@ environment:
});
});
group('when a version constraint is specified in the pubspec.yaml file', () {
group('when a version constraint is specified in the pubspec.yaml', () {
setUp(() {
pubspecFile.writeAsStringSync('''
environment: