Update test cases for combining patterns and session scenes

This commit is contained in:
2026-07-14 10:32:35 +02:00
parent 12d0754fee
commit 9c1890baa6

View File

@@ -184,8 +184,7 @@ test('combines genuine Session scenes, orphan patterns and the repeated Song Arr
['01', 'scene', ['a', 'b', 'c', 'd']],
['02', 'scene', ['a', 'b', 'c', 'd']],
['B PATTERN 01', 'pattern', ['b']],
['A PATTERN 03', 'pattern', ['a']],
['C PATTERN 03', 'pattern', ['c']],
['PATTERN 03 (A/C)', 'pattern', ['a', 'c']],
],
);
assert.deepEqual(
@@ -234,7 +233,7 @@ test('combines genuine Session scenes, orphan patterns and the repeated Song Arr
);
assert.deepEqual(
c0?.lane?.sessionClips.map((clip) => clip.sceneIndex),
[4],
[3],
);
assert.deepEqual(c0?.lane?.arrangementClips, []);
});