Skip to content

Commit

Permalink
Same fix for another test
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Jan 19, 2020
1 parent 646b73a commit 68a3448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_comms.js
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,7 @@ function test(ServerBPMux, make_server, end_server, end_server_conn,

receiver._mux.on('peer_multiplex', csebemr);

receiver._mux.on('error', function (err)
receiver._mux.once('error', function (err)
{
expect(err.message).to.equal('short buffer length 5 < 9');
if (!called)
Expand Down

0 comments on commit 68a3448

Please sign in to comment.