Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Commit

Permalink
Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Eran Hammer committed Jul 13, 2013
1 parent a37401f commit bd41ed1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oz",
"description": "Web Authorization Protocol",
"version": "0.3.1",
"version": "0.3.2",
"author": "Eran Hammer <[email protected]> (http://hueniverse.com)",
"contributors":[
"Wyatt Preul <[email protected]>",
Expand All @@ -23,7 +23,7 @@
"boom": "0.4.x",
"iron": "0.3.x",
"cryptiles": "0.2.x",
"hawk": "0.15.x"
"hawk": "1.x.x"
},
"devDependencies": {
"lab": "0.x.x",
Expand Down
2 changes: 1 addition & 1 deletion test/endpoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ describe('Endpoints', function () {
Oz.endpoints.rsvp(req, payload, options, function (err, ticket) {

expect(err).to.exist;
expect(err.message).to.equal('the value of rsvp is not allowed to be ');
expect(err.message).to.equal('the value of rsvp is not allowed to be empty');
done();
});
});
Expand Down

0 comments on commit bd41ed1

Please sign in to comment.