Skip to content

Commit

Permalink
fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mw-kapilg committed Aug 21, 2024
1 parent 2c9e673 commit 5ee1137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buildSummary.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('summaryGeneration', () => {

expect(result).toEqual([
['Task 1', '🔴 Failed', 'Task 1 description', '00:00:10'],
['Task 2', '🔵 Skipped (User Specified)', 'Task 2 description', '00:00:20'],
['Task 2', '🔵 Skipped (user specified)', 'Task 2 description', '00:00:20'],
['Task 3', '🟢 Success', 'Task 3 description', '00:00:30']
]);
});
Expand Down

0 comments on commit 5ee1137

Please sign in to comment.