Skip to content

Commit

Permalink
Update pkgs/io/test/copy_path_test.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob MacDonald <[email protected]>
  • Loading branch information
gmpassos and jakemac53 authored Jan 16, 2025
1 parent 16ce369 commit 0d52438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/io/test/copy_path_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void main() {
reason: 'The file behind the link should not change');
});

test('are deep copied by default in copyPathAsync', () async {
test('are deep copied by default in copyPathSync', () async {
copyPathSync(p.join(d.sandbox, _parentDir), p.join(d.sandbox, _copyDir));

final expectedDir = Directory(p.join(d.sandbox, _copyDir, linkSource));
Expand Down

0 comments on commit 0d52438

Please sign in to comment.