From b5a084d287e47a04713c4c7138bb16e984917ec9 Mon Sep 17 00:00:00 2001 From: Polina Cherkasova Date: Sun, 9 Jul 2023 17:05:29 -0700 Subject: [PATCH] Update _retaining_path_test.dart --- .../leak_tracking/retaining_path/_retaining_path_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/leak_tracker/test/debug/leak_tracking/retaining_path/_retaining_path_test.dart b/pkgs/leak_tracker/test/debug/leak_tracking/retaining_path/_retaining_path_test.dart index bcc6f421..ac0fe3af 100644 --- a/pkgs/leak_tracker/test/debug/leak_tracking/retaining_path/_retaining_path_test.dart +++ b/pkgs/leak_tracker/test/debug/leak_tracking/retaining_path/_retaining_path_test.dart @@ -54,7 +54,7 @@ void main() { } test( - 'Instance of array is found.', + 'Instance of list is found.', () async { final myClass = MyClass(); ObjRef? myClassRef;