Skip to content

Commit 348be99

Browse files
Broken Test
1 parent 2ca8d4f commit 348be99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Chapter18/Listing18.07.DynamicallyInvokingAMember.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public string Name
2323
this,
2424
#region HIGHLIGHT
2525
new PropertyChangedEventArgs(
26-
nameof(Name)));
26+
"Name1"));
2727
#endregion HIGHLIGHT
2828
}
2929
}

0 commit comments

Comments
 (0)