Skip to content

Commit b29ee78

Browse files
committed
Update test file again
1 parent b67e3ce commit b29ee78

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

UnitTests/UnitTests.UWP/UI/Controls/Test_RadialGauge.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
using System;
6-
using System.Collections.Generic;
7-
using System.Linq;
8-
// Licensed to the .NET Foundation under one or more agreements.
9-
// The .NET Foundation licenses this file to you under the MIT license.
10-
// See the LICENSE file in the project root for more information.
11-
125
using Microsoft.Toolkit.Uwp.UI.Controls;
136
using Microsoft.VisualStudio.TestTools.UnitTesting;
147
using Microsoft.VisualStudio.TestTools.UnitTesting.AppContainer;
@@ -41,6 +34,5 @@ public void VerifyUIAName()
4134
gauge.Unit = "KM/H";
4235
Assert.IsTrue(gaugePeer.GetName().Contains(gauge.Unit), "The UIA name should report the unit of the RadialGauge.");
4336
}
44-
4537
}
4638
}

0 commit comments

Comments
 (0)