From 8e2f0a08e9987e755b8830289c7f0a634c7d4890 Mon Sep 17 00:00:00 2001 From: deilann Date: Sun, 11 May 2014 16:52:53 -0700 Subject: [PATCH] fix(tests): remove level 100 test Keeps built from failing due to https://github.com/HabitRPG/habitrpg-shared/pull/203 --- test/algos.mocha.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/test/algos.mocha.coffee b/test/algos.mocha.coffee index fc67684016..c252257788 100644 --- a/test/algos.mocha.coffee +++ b/test/algos.mocha.coffee @@ -597,7 +597,6 @@ describe 'Helper', -> expect(shared.tnl 2).to.eql 160 expect(shared.tnl 10).to.eql 260 expect(shared.tnl 99).to.eql 3580 - expect(shared.tnl 100).to.eql 0 it 'calculates the start of the day', -> expect(shared.startOfDay({now: new Date(2013, 0, 1, 0)}).format('YYYY-MM-DD HH:mm')).to.eql '2013-01-01 00:00'