it('is not activated if hoped score would not exceed 520000', () => {
      const gauge = setup(519999, [100, 100])
      assert(gauge.getExtra() === 0)
    })