Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ersin-erdal committed May 6, 2022
1 parent e7938d9 commit 1c509a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1518,7 +1518,7 @@ describe('TaskManagerRunner', () => {
);
});

test('Prints debug logs on task start and end', async () => {
test('Prints debug logs on task start/end', async () => {
const { runner, logger } = await readyToRunStageSetup({
definitions: {
bar: {
Expand All @@ -1542,7 +1542,7 @@ describe('TaskManagerRunner', () => {
});
});

test('Prints debug logs on task start and end even if it throws error', async () => {
test('Prints debug logs on task start/end even if it throws error', async () => {
const { runner, logger } = await readyToRunStageSetup({
definitions: {
bar: {
Expand Down

0 comments on commit 1c509a5

Please sign in to comment.