mirror of https://codeberg.org/pzp/pzp-invite.git
fix parse() test
This commit is contained in:
parent
74e1b4c356
commit
55c0bd2844
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue