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()