Skip to content

Commit 96900f6

Browse files
committed
npm run fix
1 parent 445117e commit 96900f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

javascript/src/makeReport.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ interface ReportFailure {
4242
}
4343

4444
export function makeReport(
45-
query: Query,
46-
testClassName: string | undefined = undefined,
47-
customNamingStrategy: NamingStrategy = NAMING_STRATEGY
45+
query: Query,
46+
testClassName: string | undefined = undefined,
47+
customNamingStrategy: NamingStrategy = NAMING_STRATEGY
4848
): ReportSuite {
4949
const statuses = query.countMostSevereTestStepResultStatus()
5050
return {

0 commit comments

Comments
 (0)