Skip to content

Commit d47655b

Browse files
committed
wrong no of space :(
1 parent db502aa commit d47655b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/local.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe('Local', function () {
3333
bsLocal_2.start({ key: process.env.BROWSERSTACK_ACCESS_KEY }, function(){});
3434
}
3535
catch(err){
36-
expect(err.toString().trim()).to.equal('LocalError: *** Error: Either another browserstack local client is running on your machine or some server is listening on port 45691');
36+
expect(err.toString().trim()).to.equal('LocalError: *** Error: Either another browserstack local client is running on your machine or some server is listening on port 45691');
3737
done();
3838
}
3939
});

0 commit comments

Comments
 (0)