Skip to content

Commit 7ee313e

Browse files
author
Francois Best
committed
Fix tests.
1 parent a381c62 commit 7ee313e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/unit-tests/tests/unit-tests_MidiOutput.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ TEST(MidiOutput, sendGenericWithRunningStatus)
6262
buffer.resize(5);
6363

6464
midi.begin();
65-
EXPECT_EQ(MidiInterface::Settings::UseRunningStatus, true);
65+
EXPECT_EQ(RsMidiInterface::Settings::UseRunningStatus, true);
6666
EXPECT_EQ(serial.mTxBuffer.isEmpty(), true);
6767
midi.send(midi::NoteOn, 47, 42, 12);
6868
midi.send(midi::NoteOn, 42, 47, 12);

test/unit-tests/tests/unit-tests_MidiThru.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ TEST(MidiThru, multiByteThru)
305305
TEST(MidiThru, withTxRunningStatus)
306306
{
307307
typedef VariableSettings<true, true> Settings;
308-
typedef test_mocks::SerialMock<32> SerialMock;
309308
typedef midi::MidiInterface<SerialMock, Settings> RsMidiInterface;
310309

311310
SerialMock serial;

0 commit comments

Comments
 (0)