fix parse() test

This commit is contained in:
Andre Staltz 2023-06-22 14:19:00 +03:00
parent 74e1b4c356
commit 55c0bd2844
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ test('parse() good cases', (t) => {
assert.deepEqual(commands, [ assert.deepEqual(commands, [
{ {
type: 'join', type: 'join',
address: 'net:HOST:PORT~shse:PUBKEY.TOKEN', address: 'net:HOST:PORT~shse:PUBKEY:TOKEN',
}, },
{ {
type: 'follow', type: 'follow',