Skip to content

Commit 5c1b35b

Browse files
committed
Fixed links to related issue
1 parent 22a133b commit 5c1b35b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

UnitTests/UnitTests.NetCore/Mvvm/Test_INotifyPropertyChangedAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public void Test_INotifyPropertyChanged_WithGeneratedProperties()
9797
Assert.AreEqual(eventArgs[1].PropertyName, nameof(SampleModelWithINPCAndObservableProperties.Y));
9898
}
9999

100-
// See https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/3665
100+
// See https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/4167
101101
[INotifyPropertyChanged]
102102
public partial class SampleModelWithINPCAndObservableProperties
103103
{

UnitTests/UnitTests.NetStandard/SampleModelWithINPCAndObservableProperties.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace UnitTests.NetStandard
88
{
99
/// <summary>
10-
/// See https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/3665.
10+
/// See https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/4167.
1111
/// This model in particular is loaded from an external .NET Standard 2.0 assembly.
1212
/// </summary>
1313
[INotifyPropertyChanged]

0 commit comments

Comments
 (0)