From 55c0bd284451761ec0e377dd29bfeb2e0d8da3a5 Mon Sep 17 00:00:00 2001 From: Andre Staltz Date: Thu, 22 Jun 2023 14:19:00 +0300 Subject: [PATCH] fix parse() test --- test/parse.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parse.test.js b/test/parse.test.js index c7f3270..f213911 100644 --- a/test/parse.test.js +++ b/test/parse.test.js @@ -21,7 +21,7 @@ test('parse() good cases', (t) => { assert.deepEqual(commands, [ { type: 'join', - address: 'net:HOST:PORT~shse:PUBKEY.TOKEN', + address: 'net:HOST:PORT~shse:PUBKEY:TOKEN', }, { type: 'follow',