Skip to content

Commit

Permalink
Update test/package_list_files_test.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Finnemann Jensen <jopsen@gmail.com>
  • Loading branch information
sigurdm and jonasfj authored Oct 29, 2024
1 parent f8ee397 commit 6d2ef92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/package_list_files_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ void main() {
});
});

group('cycles', () {
group('symlink cycles', () {
test('throws on included link', () async {
await d.dir(appPath, [
d.pubspec({'name': 'myapp'}),
Expand Down

0 comments on commit 6d2ef92

Please sign in to comment.