diff --git a/test/04_session.js b/test/04_session.js index bbce59e..6f7136d 100644 --- a/test/04_session.js +++ b/test/04_session.js @@ -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) { const sockInLog = [], // Log incomming socket messages sock = new net.Socket();