Skip to content

Commit 202922d

Browse files
committed
chore: Refactor test path
1 parent 97c94a0 commit 202922d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/markdown/generator.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ describe('generateMarkdown', () => {
115115
const markdown = generateMarkdown(
116116
packages,
117117
createFakeFileContents([
118-
{ resolvedPath: '/repo/src/integration/utils.cs', numberOfLines: 15 },
118+
{ resolvedPath: '/repo/src/core/utils.cs', numberOfLines: 15 },
119119
{ resolvedPath: '/repo/tests/test_utils.cs', numberOfLines: 10 },
120120
]),
121121
CoberturaCoverageParser.calculatePackageCoverage(packages),

0 commit comments

Comments
 (0)