Skip to content

Commit 736e8d3

Browse files
committed
fix
1 parent 8389ec9 commit 736e8d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TeamTools.Linter.CommandLineTests/UnitTests/CommandLintOptionsTests.cs renamed to TeamTools.Linter.CommandLineTests/UnitTests/CommandLineOptionsTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
using CommandLine;
22
using NUnit.Framework;
33
using System.Collections.Generic;
4+
using System.IO;
45
using TeamTools.TSQL.Linter.CommandLine.Config;
56

67
namespace TeamTools.TSQL.Linter.CommandLineTests
78
{
89
[Category("Linter.ConsoleExe")]
9-
public class CommandLintOptionsTests
10+
public class CommandLineOptionsTests
1011
{
1112
private Dictionary<string, List<string>> argVariants;
1213
#if Windows

0 commit comments

Comments
 (0)