Skip to content

Commit 05d95f8

Browse files
Update UnitTests/UnitTests.Shared/Mvvm/Test_Messenger.cs
Co-authored-by: Sergio Pedri <sergio0694@live.com>
1 parent 04977e1 commit 05d95f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

UnitTests/UnitTests.Shared/Mvvm/Test_Messenger.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@ void Test()
511511
messenger.Cleanup();
512512
}
513513

514+
// See https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/4081
514515
[TestCategory("Mvvm")]
515516
[TestMethod]
516517
[DataRow(typeof(StrongReferenceMessenger))]
@@ -573,4 +574,4 @@ public sealed class MessageB
573574
{
574575
}
575576
}
576-
}
577+
}

0 commit comments

Comments
 (0)