Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor committed Oct 1, 2015
1 parent 919fc65 commit 0363f05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
},
"homepage": "https://github.com/ghaiklor/passport-reddit-token",
"devDependencies": {
"babel": "^5.8.23",
"babel": "5.8.23",
"chai": "2.3.0",
"chai-passport-strategy": "0.2.0",
"istanbul": "0.3.21",
"mocha": "2.3.3",
"sinon": "^1.17.1"
"sinon": "1.17.1"
},
"dependencies": {
"passport-oauth": "1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions test/fixtures/profile.json → test/fixtures/profile.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
export default JSON.stringify({
"name": "redditor",
"link_karma": 100,
"comment_karma": 900,
"id": "woohoo"
}
})

0 comments on commit 0363f05

Please sign in to comment.