diff --git a/pkgs/io/test/copy_path_test.dart b/pkgs/io/test/copy_path_test.dart index 1eeea7dac..d3f9688f3 100644 --- a/pkgs/io/test/copy_path_test.dart +++ b/pkgs/io/test/copy_path_test.dart @@ -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));