Skip to content

Commit d7d388a

Browse files
committed
make prettier
1 parent 73e1ccd commit d7d388a

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

src/testResultsSummary.unit.test.ts

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -489,17 +489,9 @@ describe("Multiple Sessions Tests", () => {
489489
1,
490490
expect.stringContaining("MATLAB Test Results "),
491491
);
492-
expect(core.summary.addHeading).toHaveBeenNthCalledWith(
493-
2,
494-
"Test Session 1",
495-
3,
496-
);
492+
expect(core.summary.addHeading).toHaveBeenNthCalledWith(2, "Test Session 1", 3);
497493
expect(core.summary.addHeading).toHaveBeenNthCalledWith(3, "All tests", 4);
498-
expect(core.summary.addHeading).toHaveBeenNthCalledWith(
499-
4,
500-
"Test Session 2",
501-
3,
502-
);
494+
expect(core.summary.addHeading).toHaveBeenNthCalledWith(4, "Test Session 2", 3);
503495
expect(core.summary.addHeading).toHaveBeenNthCalledWith(5, "All tests", 4);
504496

505497
// Overall header + (session header + detailed results) * 2 = 5 addRaw calls

0 commit comments

Comments
 (0)