From d9940c19314dfc33d7c3d96dbb75de6515024c1a Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Thu, 14 Nov 2013 11:23:59 -0800 Subject: [PATCH] fix 2 test requires --- test/response/etag.js | 2 +- test/response/last-modified.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/response/etag.js b/test/response/etag.js index 016b5c5..a634a80 100644 --- a/test/response/etag.js +++ b/test/response/etag.js @@ -1,5 +1,5 @@ -var response = require('../response'); +var response = require('../context').response; describe('res.etag', function(){ it('should not modify an etag with quotes', function(){ diff --git a/test/response/last-modified.js b/test/response/last-modified.js index 14369a5..dfc6642 100644 --- a/test/response/last-modified.js +++ b/test/response/last-modified.js @@ -1,5 +1,5 @@ -var response = require('../response'); +var response = require('../context').response; describe('res.lastModified', function(){ it('should set the header as a UTCString', function(){