Minor test copy change

This commit is contained in:
2017-06-25 02:17:57 +02:00
parent db64b9e309
commit 8f34bded65
+1 -1
View File
@@ -485,7 +485,7 @@ describe('Sessions', function () {
}); });
}); });
it('should test a session can recreate SMS with random sequence', function (done) { it('should test that a session can recreate SMS with random sequence', function (done) {
portfinder.getPort(function (err, freePort) { portfinder.getPort(function (err, freePort) {
const sockInLog = [], // Log incomming socket messages const sockInLog = [], // Log incomming socket messages
sock = new net.Socket(); sock = new net.Socket();