Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gnought committed Jul 25, 2019
1 parent 32beb65 commit 73c7fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/close_socket_by_other_party.js
@@ -1,7 +1,7 @@
'use strict'

var test = require('tape').test
var EE = require('events')
var EE = require('events').EventEmitter
var helper = require('./helper')
var aedes = require('../')
var setup = helper.setup
Expand Down

0 comments on commit 73c7fdf

Please sign in to comment.