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;