From 6ca6b65ad74187455bc51dce769a7d5ccdbdf5aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Sun, 24 Nov 2024 12:20:42 -0500 Subject: [PATCH] chore: adjust count --- .../Tests/Windows_UI/Given_WeakEventHelper.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Uno.UI.RuntimeTests/Tests/Windows_UI/Given_WeakEventHelper.cs b/src/Uno.UI.RuntimeTests/Tests/Windows_UI/Given_WeakEventHelper.cs index 824191cb947c..11bc0084cdcb 100644 --- a/src/Uno.UI.RuntimeTests/Tests/Windows_UI/Given_WeakEventHelper.cs +++ b/src/Uno.UI.RuntimeTests/Tests/Windows_UI/Given_WeakEventHelper.cs @@ -1,4 +1,4 @@ -#if HAS_UNO +#if HAS_UNO using System; using System.Collections.Generic; using System.Diagnostics; @@ -122,7 +122,7 @@ void Do() SUT.Invoke(this, null); - Assert.AreEqual(5050, invoked); + Assert.AreEqual(5150, invoked); disposable.Clear();