Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxin committed Feb 27, 2017
1 parent c3fcf73 commit 71cf009
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe('etag()', function(){

request(app.listen())
.get('/')
.expect('ETag', '"b-sQqNsWTgdUEFt6mb5y4/5Q"')
.expect('ETag', '"b-Ck1VqNd45QIvq3AZd8XYQLvEhtA"')
.end(done);
})
})
Expand All @@ -74,7 +74,7 @@ describe('etag()', function(){

request(app.listen())
.get('/')
.expect('ETag', '"b-sQqNsWTgdUEFt6mb5y4/5Q"')
.expect('ETag', '"b-Ck1VqNd45QIvq3AZd8XYQLvEhtA"')
.end(done);
})
})
Expand All @@ -93,7 +93,7 @@ describe('etag()', function(){

request(app.listen())
.get('/')
.expect('ETag', '"d-m7WPJhkuS6APAeLnsTa72A"')
.expect('ETag', '"d-pedE0BZFQNM7HX6mFsKPL6l+dUo"')
.end(done);
})
})
Expand Down Expand Up @@ -132,7 +132,7 @@ describe('etag()', function(){

request(app.listen())
.get('/')
.expect('ETag', 'W/"b-sQqNsWTgdUEFt6mb5y4/5Q"')
.expect('ETag', 'W/"b-Ck1VqNd45QIvq3AZd8XYQLvEhtA"')
.end(done);
})
})
Expand Down

0 comments on commit 71cf009

Please sign in to comment.