Skip to content

Commit 480a155

Browse files
authored
Merge pull request #30 from lgeiger/fix-28
Fix monitoring test
2 parents e8c0d14 + 98771c0 commit 480a155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/socket.monitor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('socket.monitor', function() {
1919
rep.send('world');
2020
});
2121

22-
var testedEvents = ['listen', 'accept', 'disconnect', 'close'];
22+
var testedEvents = ['listen', 'accept', 'disconnect'];
2323
testedEvents.forEach(function(e) {
2424
rep.on(e, function(event_value, event_endpoint_addr) {
2525
// Test the endpoint addr arg

0 commit comments

Comments
 (0)