We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a69ba6 commit 288e678Copy full SHA for 288e678
1 file changed
test/test.js
@@ -48,7 +48,7 @@ describe('Robot Remote Library', function () {
48
});
49
it('server should correctly manage keyword arguments', function (done) {
50
var serverPort = nextPort();
51
- var server = new robot.Server([testLibrary], {host: 'localhost', port: serverPort, allowStop: true}, function () {
+ server = new robot.Server([testLibrary], {host: 'localhost', port: serverPort, allowStop: true}, function () {
52
assert.deepEqual(server.keywords['concatenateArguments'].args, ['arg1', 'arg2']);
53
assert.deepEqual(server.keywords['concatenateArgumentsWithCommentsInArgs'].args, ['arg1', 'arg2']);
54
done();
0 commit comments