fix 2 test requires
This commit is contained in:
parent
db22fba86d
commit
d9940c1931
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
var response = require('../response');
|
var response = require('../context').response;
|
||||||
|
|
||||||
describe('res.etag', function(){
|
describe('res.etag', function(){
|
||||||
it('should not modify an etag with quotes', function(){
|
it('should not modify an etag with quotes', function(){
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
var response = require('../response');
|
var response = require('../context').response;
|
||||||
|
|
||||||
describe('res.lastModified', function(){
|
describe('res.lastModified', function(){
|
||||||
it('should set the header as a UTCString', function(){
|
it('should set the header as a UTCString', function(){
|
||||||
|
|
Loading…
Reference in a new issue