Skip to content

Commit

Permalink
Fixed #44
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhoski committed Jul 22, 2024
1 parent b8802d0 commit 4b9efb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/buildSummary.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('summaryGeneration', () => {
];

const expectedTable = [
['MATLAB Build Task', 'Status', 'Description', 'Duration (HH:MM:SS)'],
['MATLAB Build Task', 'Status', 'Description', 'Duration (hh:mm:ss)'],
['Test Task', '🔴 Failed', 'A test task', '00:00:10'],
];

Expand All @@ -29,7 +29,7 @@ describe('summaryGeneration', () => {

it('writes the summary correctly', () => {
const mockTableRows = [
['MATLAB Build Task', 'Status', 'Description', 'Duration (HH:MM:SS)'],
['MATLAB Build Task', 'Status', 'Description', 'Duration (hh:mm:ss)'],
['Test Task', '🔴 Failed', 'A test task', '00:00:10'],
];

Expand Down

0 comments on commit 4b9efb5

Please sign in to comment.