Skip to content

Commit

Permalink
Update src/test/controller_mapping_validation_test.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Swiftb0y <12380386+Swiftb0y@users.noreply.github.com>
  • Loading branch information
Holzhaus and Swiftb0y authored Nov 16, 2021
1 parent be81e6c commit 5f961dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/controller_mapping_validation_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ void FakeControllerJSProxy::sendShortMsg(unsigned char status,
}

FakeController::FakeController()
: Controller("fake"),
: Controller("Test Controller"),
m_bMidiMapping(false),
m_bHidMapping(false) {
startEngine();
Expand Down

0 comments on commit 5f961dc

Please sign in to comment.