Update test.js

This commit is contained in:
Lucas Barrena 2022-11-08 15:50:38 -03:00
parent d57eb4c729
commit 92692fbec2
No known key found for this signature in database
GPG Key ID: B6171B3470A2936F
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ test('deduplicate muxers', function (t) {
bbar.addMessage({ encoding: c.string }).send('hello bar')
})
test.solo('open + send + close on same tick', async function (t) {
test('open + send + close on same tick', async function (t) {
t.plan(4)
const a = new Protomux(new SecretStream(true))