Skip to content

Commit

Permalink
fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Sep 18, 2012
1 parent 738fd8e commit 0ffa840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.request.js
Expand Up @@ -400,7 +400,7 @@ test('GET querystring multiple objects', function(next){

test('GET querystring object .get(uri, obj)', function(next){
request
.query('/querystring', { search: 'Manny' })
.get('/querystring', { search: 'Manny' })
.end(function(res){
assert.eql(res.body, { search: 'Manny' });
next();
Expand Down

0 comments on commit 0ffa840

Please sign in to comment.