Update test cases for combining patterns and session scenes
This commit is contained in:
@@ -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, []);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user