it('is not applied for more than lv6', () => {
    const chart = notechart('#PLAYLEVEL 6')
    const judge = getJudgeForNotechart(chart, {})
    expect(timegate(3, judge)).to.equal(0.1)
  })