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 8a6934a commit 7157951Copy full SHA for 7157951
CodeLineCounter.Tests/FileUtilsTests.cs
@@ -10,7 +10,7 @@ public class FileUtilsTests : IDisposable
10
11
public FileUtilsTests()
12
{
13
- _testDirectory = Path.Combine(Path.GetTempPath(), "DependencyGraphGeneratorTests");
+ _testDirectory = Path.Combine(Path.GetTempPath(), "FileUtilsTests");
14
Directory.CreateDirectory(_testDirectory);
15
_originalConsoleOut = Console.Out;
16
}
0 commit comments