Fix broken tnl test
This commit is contained in:
committed by
Tyler Renelle
parent
ac419e7813
commit
c9822efbf8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user