Skip to content

Commit 5e3bfde

Browse files
author
Cédric Belin
committed
Update the file naming convention
1 parent d60cadf commit 5e3bfde

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

test/ReportTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public sealed class ReportTest {
1515
/// Creates a new test.
1616
/// </summary>
1717
public ReportTest() =>
18-
coverage = File.ReadAllText(Path.Join(AppContext.BaseDirectory, "../res/lcov.info"));
18+
coverage = File.ReadAllText(Path.Join(AppContext.BaseDirectory, "../res/Lcov.info"));
1919

2020
[TestMethod]
2121
public void Parse() {

0 commit comments

Comments
 (0)