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