diff --git a/common/CommunityToolkit.Labs.Tests.Shared/SimulateInput.cs b/common/CommunityToolkit.Labs.Tests.Shared/SimulateInput.cs index 82e7c6d7e..9098aa9c4 100644 --- a/common/CommunityToolkit.Labs.Tests.Shared/SimulateInput.cs +++ b/common/CommunityToolkit.Labs.Tests.Shared/SimulateInput.cs @@ -2,24 +2,9 @@ // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. -using System; -using System.Collections.Generic; -using System.Text; -using Microsoft.VisualStudio.TestTools.UnitTesting; using Windows.UI.Input.Preview.Injection; -using Windows.Foundation; - -#if !WINAPPSDK -using Windows.UI.Input; -using Windows.UI.Xaml; -using Windows.UI.Xaml.Media; -#else -using Microsoft.UI.Input; -using Microsoft.UI.Xaml; -using Microsoft.UI.Xaml.Media; -#endif - -namespace CommunityToolkit.Labs.UnitTests; + +namespace CommunityToolkit.Labs.Tests; public static class SimulateInput { diff --git a/labs/SizerBase/tests/SizerBase.Tests/TouchInjectionTest.xaml b/labs/SizerBase/tests/SizerBase.Tests/TouchInjectionTest.xaml index a9d36f4e5..c42536718 100644 --- a/labs/SizerBase/tests/SizerBase.Tests/TouchInjectionTest.xaml +++ b/labs/SizerBase/tests/SizerBase.Tests/TouchInjectionTest.xaml @@ -1,4 +1,4 @@ - /// An empty page that can be used on its own or navigated to within a Frame.