[FIX] add small code comment

This commit is contained in:
Ivan Tivonenko
2016-03-15 20:58:22 +02:00
parent ccfc57fc62
commit 1f8418b447

View File

@@ -117,6 +117,7 @@ describe('Connection', function() {
}
}
// Address where no one listens
const connection =
new utils.common.Connection('ws://testripple.circleci.com:129');
connection.on('error', done);