Skip to content

Commit

Permalink
Fixed tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuznietsov committed May 3, 2022
1 parent 773ec7f commit c407547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/expressions/common/execution/execution.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ describe('Execution', () => {
expect(result).toMatchObject({
type: 'error',
error: {
message: '[requiredArg] > requiredArg requires an "arg" argument',
message: '[requiredArg] > requiredArg requires the "arg" argument',
},
});
});
Expand All @@ -725,7 +725,7 @@ describe('Execution', () => {
expect(result).toMatchObject({
type: 'error',
error: {
message: '[var_set] > var_set requires an "name" argument',
message: '[var_set] > var_set requires the "name" argument',
},
});
});
Expand Down

0 comments on commit c407547

Please sign in to comment.