Skip to content

Commit

Permalink
Deps. Closes #2691. Closes #2692. Closes #2693. Closes #2694. Closes #…
Browse files Browse the repository at this point in the history
…2695. Closes #2696. Closes #2697. Closes #2698
  • Loading branch information
hueniverse committed Aug 8, 2015
1 parent c8acd09 commit 1d89ffd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/validation.js
Expand Up @@ -432,7 +432,7 @@ describe('validation', function () {
server.inject('/?a=123', function (res) {

expect(res.statusCode).to.equal(200);
expect(res.result).to.equal('a');
expect(res.result).to.equal('.a');
done();
});
});
Expand Down

0 comments on commit 1d89ffd

Please sign in to comment.