Skip to content

Commit

Permalink
Run inbound parser tests (#1182)
Browse files Browse the repository at this point in the history
They were disabled by 4cdd7a1 without comment; it seems that this might have been unintentional?

In any case, they should probably be enabled, updated, or removed.
  • Loading branch information
charmander authored and brianc committed Dec 13, 2016
1 parent c4879e3 commit 48a9738
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/connection/inbound-parser-tests.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require(__dirname+'/test-helper');
return false;
var Connection = require(__dirname + '/../../../lib/connection');
var buffers = require(__dirname + '/../../test-buffers');
var PARSE = function(buffer) {
Expand Down

0 comments on commit 48a9738

Please sign in to comment.