Skip to content

Commit 411339b

Browse files
author
Harro van der Kroft
committed
chore: renamed queryParser_tests
1 parent c6762b3 commit 411339b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/UnitTests/Services/QueryParser_Tests.cs renamed to test/UnitTests/Services/QueryParserTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
namespace UnitTests.Services
1414
{
15-
public class QueryParser_Tests
15+
public class QueryParserTests
1616
{
1717
private readonly Mock<IControllerContext> _controllerContextMock;
1818
private readonly Mock<IQueryCollection> _queryCollectionMock;

0 commit comments

Comments
 (0)