From 6b24b5012625a4744a263b33fae0cbb530e10752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Su=C3=A1rez?= Date: Thu, 17 Oct 2024 03:42:46 +0200 Subject: [PATCH] Refactor ported Xamarin.UITest tests --- .../Tests/Issues/Bugzilla/Bugzilla59863_1.cs | 2 +- .../Tests/Issues/Bugzilla/Bugzilla59863_2.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla59863_1.cs b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla59863_1.cs index 012e4bf3e44d..484235c7e7d7 100644 --- a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla59863_1.cs +++ b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla59863_1.cs @@ -35,4 +35,4 @@ public void DoubleTapWithOnlyDoubleTapRecognizerShouldRegisterOneDoubleTap() App.WaitForElement($"1 {Doubles} on {DoubleTapBoxId}"); } } -#endif \ No newline at end of file +#endif diff --git a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla59863_2.cs b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla59863_2.cs index a2ff219e156d..4f88f4486d8b 100644 --- a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla59863_2.cs +++ b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla59863_2.cs @@ -37,4 +37,4 @@ public void SingleTapWithMixedRecognizersShouldRegisterSingleTap() App.WaitForElement($"1 {Singles} on {MixedTapBoxId}"); } } -#endif \ No newline at end of file +#endif