diff --git a/test/__snapshots__/examples.test.mjs.snap b/test/__snapshots__/examples.test.mjs.snap index a23806c1c..9eebfed35 100644 --- a/test/__snapshots__/examples.test.mjs.snap +++ b/test/__snapshots__/examples.test.mjs.snap @@ -10439,9 +10439,9 @@ exports[`runs examples > example "stepcat" example index 1 1`] = ` exports[`runs examples > example "stretch" example index 0 1`] = ` [ - "[ 0/1 → 1/1 | s:gm_flute stretch:3 ]", - "[ 1/1 → 2/1 | s:gm_flute stretch:2 ]", - "[ 2/1 → 3/1 | s:gm_flute stretch:1 ]", + "[ 0/1 → 1/1 | s:gm_flute stretch:2 ]", + "[ 1/1 → 2/1 | s:gm_flute stretch:1 ]", + "[ 2/1 → 3/1 | s:gm_flute stretch:0 ]", "[ 3/1 → 4/1 | s:gm_flute stretch:-2 ]", ] `;