From 8f34bded6510cc6be9b97cb416bab068ac94f1a6 Mon Sep 17 00:00:00 2001 From: lillem4n Date: Sun, 25 Jun 2017 02:17:57 +0200 Subject: [PATCH] Minor test copy change --- test/04_session.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();