Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhoski committed Aug 13, 2024
1 parent dc9a8f6 commit aa65207
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 @@ -19,7 +19,7 @@ describe('summaryGeneration', () => {

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

Expand All @@ -31,7 +31,7 @@ describe('summaryGeneration', () => {
it('writes the summary correctly', () => {
const mockTableRows = [
['MATLAB Build Task', 'Status', 'Description', 'Duration (hh:mm:ss)'],
['Test Task', 'failed', 'A test task', '00:00:10'],
['Test Task', 'true', 'A test task', '00:00:10'],
//['Test Task', '🔴 Failed', 'A test task', '00:00:10'],
];

Expand Down

0 comments on commit aa65207

Please sign in to comment.