Skip to content

Commit 0cc20b1

Browse files
committed
refactor: update file extension format for Dependencies output in SolutionAnalyzerTests
1 parent 3645394 commit 0cc20b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CodeLineCounter.Tests/SolutionAnalyzerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public void export_results_with_valid_input_exports_all_files()
236236
// Assert
237237
Assert.True(File.Exists(Path.Combine(baseSolutionPath, "CodelineCounter.CodeMetrics.json")));
238238
Assert.True(File.Exists(Path.Combine(baseSolutionPath, "CodelineCounter.CodeDuplications.json")));
239-
Assert.True(File.Exists(Path.Combine(baseSolutionPath, "CodelineCounter-Dependencies.dot")));
239+
Assert.True(File.Exists(Path.Combine(baseSolutionPath, "CodelineCounter.Dependencies.dot")));
240240
}
241241

242242

0 commit comments

Comments
 (0)