Skip to content
Prev Previous commit
Next Next commit
Update test file again
  • Loading branch information
marcelwgn committed Oct 27, 2020
commit b29ee78147fee661344386369f3c5c11d24769ca
8 changes: 0 additions & 8 deletions UnitTests/UnitTests.UWP/UI/Controls/Test_RadialGauge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
// 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.Linq;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using Microsoft.Toolkit.Uwp.UI.Controls;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.VisualStudio.TestTools.UnitTesting.AppContainer;
Expand Down Expand Up @@ -41,6 +34,5 @@ public void VerifyUIAName()
gauge.Unit = "KM/H";
Assert.IsTrue(gaugePeer.GetName().Contains(gauge.Unit), "The UIA name should report the unit of the RadialGauge.");
}

}
}