We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3645394 commit 0cc20b1Copy full SHA for 0cc20b1
1 file changed
CodeLineCounter.Tests/SolutionAnalyzerTests.cs
@@ -236,7 +236,7 @@ public void export_results_with_valid_input_exports_all_files()
236
// Assert
237
Assert.True(File.Exists(Path.Combine(baseSolutionPath, "CodelineCounter.CodeMetrics.json")));
238
Assert.True(File.Exists(Path.Combine(baseSolutionPath, "CodelineCounter.CodeDuplications.json")));
239
- Assert.True(File.Exists(Path.Combine(baseSolutionPath, "CodelineCounter-Dependencies.dot")));
+ Assert.True(File.Exists(Path.Combine(baseSolutionPath, "CodelineCounter.Dependencies.dot")));
240
}
241
242
0 commit comments