Skip to content

Commit

Permalink
Merge pull request #512 from kevinburkeshyp/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in tests
  • Loading branch information
pgte committed Mar 25, 2016
2 parents e4d7433 + 122c2c5 commit 3d08263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_intercept.js
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ test("get with reply callback returning array with headers", function(t) {
}, function(res) {
res.setEncoding('utf8');
t.equal(res.statusCode, 202);
console.log('res.heades:', res.headers);
console.log('res.headers:', res.headers);
t.deepEqual(res.headers, {
'x-key': 'value',
'x-key-2': 'value 2',
Expand Down

0 comments on commit 3d08263

Please sign in to comment.