Skip to content

Commit f0a3950

Browse files
committed
Fix warn, add space before comment
1 parent a4e53d5 commit f0a3950

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UnitTests/UnitTests.UWP/UI/Controls/Test_RangeSelector.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ public Task SetRangeStart(double propInput, double expectedRangeStart, double ex
243243

244244
[TestMethod]
245245
[TestCategory("Set Prop")]
246+
246247
// Given:Step Start End Set:Start Then:Start End
247248
[DataRow( 5, 10, 90, 10, 10, 90)]
248249
[DataRow( 5, 10, 90, 5, 5, 90)]
@@ -284,6 +285,7 @@ public Task SetRangeEnd(double propInput, double expectedRangeStart, double exp
284285

285286
[TestMethod]
286287
[TestCategory("Set Prop")]
288+
287289
// Given:Step Start End Set:End Then:Start End
288290
[DataRow( 30, 60, 70, 50, 60, 60)]
289291
[DataRow( 30, 60, 70, 36, 30, 30)]

0 commit comments

Comments
 (0)