Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed Apr 23, 2024
1 parent 6e9fd5f commit ad975b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/runner/testReporter.js
Expand Up @@ -324,7 +324,7 @@ describe('testReporter', function() {
assert.ok(Object.keys(command).includes('endTime'));
assert.ok(Object.keys(command).includes('elapsedTime'));
assert.ok(Object.keys(command).includes('result'));
assert.deepEqual(command.args, ['http://localhost']);
assert.deepEqual(command.args, ['"http://localhost"']);
assert.strictEqual(command.status, 'pass');
}
},
Expand Down

0 comments on commit ad975b7

Please sign in to comment.