Fixed typo.

This commit is contained in:
NotGonnaGitUs 2015-05-04 16:25:23 +05:30
parent bb121df881
commit d69f217d24

View file

@ -500,7 +500,7 @@ describe "API", ->
(cb) ->
Challenge.findById group._id, cb
], (err, result) ->
challenge = results[1]
challenge = result
expect(_user.balance).to.be 5.5
done()