Sindre Sorhus 10 years ago
parent
commit
0092c982d1
  1. 2
      test/test-redirects.js

2
test/test-redirects.js

@ -97,7 +97,7 @@ tape('redirect event', function (t) {
opts.path = '/';
})
.on('data', function (data) {
t.equal(data.toString(),'reached');
t.equal(data.toString(), 'reached');
t.end();
});
});

Loading…
Cancel
Save