Skip to content

Commit 3f8d824

Browse files
committed
test: fix path
1 parent fb4c70e commit 3f8d824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/test/flutter_gen_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ void main() {
6060

6161
group('Test FlutterGenerator', () {
6262
test('pubspec_normal.yaml', () async {
63-
final pubspec = 'test_resources/pubspec.yaml';
63+
final pubspec = 'test_resources/pubspec_normal.yaml';
6464
final assets = 'pubspec_assets.gen.dart';
6565
final colors = 'pubspec_colors.gen.dart';
6666
final fonts = 'pubspec_fonts.gen.dart';

0 commit comments

Comments
 (0)