We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4c70e commit 3f8d824Copy full SHA for 3f8d824
packages/core/test/flutter_gen_test.dart
@@ -60,7 +60,7 @@ void main() {
60
61
group('Test FlutterGenerator', () {
62
test('pubspec_normal.yaml', () async {
63
- final pubspec = 'test_resources/pubspec.yaml';
+ final pubspec = 'test_resources/pubspec_normal.yaml';
64
final assets = 'pubspec_assets.gen.dart';
65
final colors = 'pubspec_colors.gen.dart';
66
final fonts = 'pubspec_fonts.gen.dart';
0 commit comments