From c9822efbf802e6258fdcb9bcfeb3491be73e697c Mon Sep 17 00:00:00 2001 From: Daniel Saewitz Date: Wed, 6 Mar 2013 19:59:19 -0500 Subject: [PATCH] Fix broken tnl test --- test/api.mocha.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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