Skip to content

Commit

Permalink
refactor: change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
InesNi committed Jul 18, 2024
1 parent 294ce04 commit bfb6130
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ test('Correctly handles early task termination', async (t) => {
t.ok(exitCode && output, 'Artillery should exit early when task is stopped');
t.equal(exitCode, 7, 'Exit code should be 7');
t.ok(output.includes('Summary report @'), 'Should log the summary report');
t.ok(reportExists, 'Should generate output file');
t.ok(reportExists, 'Should generate report file');

if (reportExists) {
const report = JSON.parse(
Expand Down

0 comments on commit bfb6130

Please sign in to comment.