From f9ac7c1684f3dff8e232daa449779483bc80052a Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Mon, 6 Nov 2023 22:04:10 +0200 Subject: [PATCH] chore: Fix formatting --- .../Tests/Windows_UI_Xaml_Controls/Given_TextBox.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_TextBox.cs b/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_TextBox.cs index 1363518f1d62..b769234751b8 100644 --- a/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_TextBox.cs +++ b/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_TextBox.cs @@ -723,7 +723,7 @@ public async Task When_TextBox_Wrap_Custom_Style() [TestMethod] #if __SKIA__ || __IOS__ [Ignore("Fails on Skia and iOS")] - // On iOS, the failure is: AssertFailedException: Expected value to be greater than 1199.0, but found 1199.0. + // On iOS, the failure is: AssertFailedException: Expected value to be greater than 1199.0, but found 1199.0. // Since the number is large, it looks like the TextBox is taking the full height. #endif public async Task When_TextBox_Wrap_Fluent()