Skip to content

Commit 92e2cda

Browse files
Fixes toStringDeep
1 parent 60ba5da commit 92e2cda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/mock/shared_mocks.mocks.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5118,6 +5118,7 @@ class MockFocusNode extends _i1.Mock implements _i3.FocusNode {
51185118
String toStringDeep({
51195119
String? prefixLineOne = r'',
51205120
String? prefixOtherLines,
5121+
_i8.TextTreeConfiguration? parentConfiguration,
51215122
_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.debug,
51225123
}) =>
51235124
(super.noSuchMethod(
@@ -5127,7 +5128,7 @@ class MockFocusNode extends _i1.Mock implements _i3.FocusNode {
51275128
{
51285129
#prefixLineOne: prefixLineOne,
51295130
#prefixOtherLines: prefixOtherLines,
5130-
#parentConfiguration: null,
5131+
#parentConfiguration: parentConfiguration,
51315132
#minLevel: minLevel,
51325133
},
51335134
),

0 commit comments

Comments
 (0)