Skip to content

Commit 6fb0fc4

Browse files
committed
#27 - Fix copy/paste fail.
1 parent 45470f7 commit 6fb0fc4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/ReportViewer.NET.Tests/Parsers/DateAndTime/TimeStringParserTests.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22
using ReportViewer.NET.DataObjects;
33
using ReportViewer.NET.Extensions;
44
using ReportViewer.NET.Parsers;
5-
using System;
6-
using System.Collections.Generic;
75
using System.Globalization;
8-
using System.Linq;
9-
using System.Text;
10-
using System.Threading.Tasks;
116

127
namespace ReportViewer.NET.Tests.Parsers.DateAndTime
138
{
@@ -26,7 +21,7 @@ public TimeStringParserTests()
2621
}
2722

2823
[TestMethod]
29-
public void FormatDateTime_Return_ShortDate_String()
24+
public void TimeString_Return_String()
3025
{
3126
// Slim chance of failure between DateTime.Now and expression being parsed.
3227

0 commit comments

Comments
 (0)