Skip to content

Commit 797f94a

Browse files
author
David Buzinski
committed
format fix
1 parent 05c57d3 commit 797f94a

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/testResultsSummary.unit.test.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,7 @@ describe("Artifact Processing Tests", () => {
4949
throw new Error(`Unsupported OS: ${os}`);
5050
}
5151

52-
function copyTestDataFile(
53-
osName: string,
54-
runnerTemp: string,
55-
runId: string,
56-
) {
52+
function copyTestDataFile(osName: string, runnerTemp: string, runId: string) {
5753
const sourceFilePath = path.join(
5854
import.meta.dirname,
5955
"test-data",

0 commit comments

Comments
 (0)