Skip to content

Commit 288e678

Browse files
author
Michele Comignano
committed
fix test
1 parent 7a69ba6 commit 288e678

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe('Robot Remote Library', function () {
4848
});
4949
it('server should correctly manage keyword arguments', function (done) {
5050
var serverPort = nextPort();
51-
var server = new robot.Server([testLibrary], {host: 'localhost', port: serverPort, allowStop: true}, function () {
51+
server = new robot.Server([testLibrary], {host: 'localhost', port: serverPort, allowStop: true}, function () {
5252
assert.deepEqual(server.keywords['concatenateArguments'].args, ['arg1', 'arg2']);
5353
assert.deepEqual(server.keywords['concatenateArgumentsWithCommentsInArgs'].args, ['arg1', 'arg2']);
5454
done();

0 commit comments

Comments
 (0)