Skip to content

Commit

Permalink
fixup! lib: emit events about connection messages
Browse files Browse the repository at this point in the history
  • Loading branch information
lundibundi committed Jul 22, 2017
1 parent cd43a71 commit bee03c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/node/connection-emit-actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ test.test('must emit packets in not "production" mode', (test) => {
addEmitPacketCheck(test, connection, 'receivedPacket', serverSentPackets);

connection.callMethod('calculator', 'answer', []);
connection.startHeartbeat(5);
connection.startHeartbeat(100);
});

function addEmitPacketCheck(test, connection, event, allowedPackets) {
Expand Down

0 comments on commit bee03c5

Please sign in to comment.