it('selects chart with closest level if matching chart not available', () =>
    givenSelectedChart.then(
      MusicSelection.selectedChartGivenCharts([
        { file: 'pattern0.bml', info: { level: 2 } },
        { file: 'pattern1.bml', info: { level: 9 } },