Fixed whitespace error

This commit is contained in:
NotGonnaGitUs 2015-05-04 19:00:07 +05:30
parent 32bcec013f
commit fc61a9c39f

View file

@ -506,7 +506,7 @@ describe "API", ->
request.del(baseURL + "/challenges/" + challenge._id).end (res) ->
User.findById _id, (err, user) ->
expect(user.balance).to.be 8
done()
done()
###*
QUESTS