mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
Fix broken tnl test
This commit is contained in:
parent
ac419e7813
commit
c9822efbf8
1 changed files with 2 additions and 2 deletions
|
|
@ -100,8 +100,8 @@ describe 'API', ->
|
|||
expect(res.body.id).not.to.be.empty()
|
||||
self = _.clone(currentUser)
|
||||
delete self.apiToken
|
||||
# To next level should be 100
|
||||
self.stats.tnl = 100
|
||||
# To next level
|
||||
self.stats.tnl = 150
|
||||
self.stats.maxHealth = 50
|
||||
|
||||
expect(res.body).to.eql self
|
||||
|
|
|
|||
Loading…
Reference in a new issue