fix(tests): remove level 100 test

Keeps built from failing due to https://github.com/HabitRPG/habitrpg-shared/pull/203
This commit is contained in:
deilann 2014-05-11 16:52:53 -07:00
parent 8ca6ad47b5
commit 8e2f0a08e9

View file

@ -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'