clean up lodash 4 upgrade crumbs
This commit is contained in:
2
test/fixtures/keepalive.js
vendored
2
test/fixtures/keepalive.js
vendored
@ -24,7 +24,7 @@ process.once('message', function (port) {
|
||||
.transform(function (sockets, conn) {
|
||||
sockets.push(_.values(conn.agent.sockets), _.values(conn.agent.freeSockets));
|
||||
}, [])
|
||||
.flattenDeep()
|
||||
.flatten()
|
||||
.value();
|
||||
|
||||
es.close();
|
||||
|
||||
Reference in New Issue
Block a user