From 54fd877be1272031972f9b0df183874c11f3e32f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=CC=81clav=20Volhejn?= Date: Sat, 18 Oct 2025 13:19:18 +0200 Subject: [PATCH] Update snapshot --- test/__snapshots__/examples.test.mjs.snap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ]", ] `;