diff --git a/test/api.mocha.coffee b/test/api.mocha.coffee index 2b185afd96..f622810a40 100644 --- a/test/api.mocha.coffee +++ b/test/api.mocha.coffee @@ -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