Skip to content

Commit 6eae798

Browse files
committed
Fix tests failing due to previous commit
1 parent 98d507b commit 6eae798

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/test_midi_portamento.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,10 +417,10 @@ static void test_midi_portamento_sets_portamento_time_to_maximum(UNUSED void** s
417417
__real_midi_note_on(chan, MIDI_PITCH_A2, MAX_MIDI_VOLUME);
418418
__real_midi_note_on(chan, MIDI_PITCH_C4, MAX_MIDI_VOLUME);
419419

420-
expect_synth_pitch(chan, 2, 0x43a);
420+
expect_synth_pitch(chan, 2, 0x439);
421421
midi_tick();
422422

423-
expect_synth_pitch(chan, 2, 0x43b);
423+
expect_synth_pitch(chan, 2, 0x43a);
424424
midi_tick();
425425
}
426426

0 commit comments

Comments
 (0)