Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
nrstott committed Jan 9, 2012
1 parent 75391c1 commit f353296
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/middleware.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ test("test parses form", function(t) {

request.body = body;


bogart.middleware.parseForm()(request, function(req) {
t.ok(req, 'req should not be falsey');
t.type(req.body, 'object', 'Body should be an object');
Expand Down

0 comments on commit f353296

Please sign in to comment.