mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
Fixed whitespace error
This commit is contained in:
parent
32bcec013f
commit
fc61a9c39f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue