From 0d524384befd73e116bac70fd4cb5ccc7263c427 Mon Sep 17 00:00:00 2001 From: Graciliano Monteiro Passos Date: Thu, 16 Jan 2025 14:29:01 -0300 Subject: [PATCH] Update pkgs/io/test/copy_path_test.dart Co-authored-by: Jacob MacDonald --- pkgs/io/test/copy_path_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));