We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45470f7 commit 6fb0fc4Copy full SHA for 6fb0fc4
test/ReportViewer.NET.Tests/Parsers/DateAndTime/TimeStringParserTests.cs
@@ -2,12 +2,7 @@
2
using ReportViewer.NET.DataObjects;
3
using ReportViewer.NET.Extensions;
4
using ReportViewer.NET.Parsers;
5
-using System;
6
-using System.Collections.Generic;
7
using System.Globalization;
8
-using System.Linq;
9
-using System.Text;
10
-using System.Threading.Tasks;
11
12
namespace ReportViewer.NET.Tests.Parsers.DateAndTime
13
{
@@ -26,7 +21,7 @@ public TimeStringParserTests()
26
21
}
27
22
28
23
[TestMethod]
29
- public void FormatDateTime_Return_ShortDate_String()
24
+ public void TimeString_Return_String()
30
25
31
// Slim chance of failure between DateTime.Now and expression being parsed.
32
0 commit comments