Update unit-tests_MidiInput.cpp

This commit is contained in:
lathoub 2020-04-20 14:31:51 +02:00 committed by GitHub
parent 45fb2df88f
commit c1d2f476b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ TEST(MidiInput, begin)
// Default channel // Default channel
midi.begin(); midi.begin();
EXPECT_EQ(serial.mBaudrate, 31250); EXPECT_EQ(serial.mBaudrate, 31250);
EXPECT_EQ(midi.getInputChannel(), 0); EXPECT_EQ(midi.getInputChannel(), 1);
// Specific channel // Specific channel
midi.begin(12); midi.begin(12);