Skip to content

Commit

Permalink
updated test sources
Browse files Browse the repository at this point in the history
  • Loading branch information
mha1 committed Aug 5, 2023
1 parent 32606b3 commit d893768
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion radio/src/tests/sources.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ TEST(Sources, getSourceString)
EXPECT_STREQ(getSourceString(MIXSRC_SPACEMOUSE_F), "smF");
#endif

EXPECT_STREQ(getSourceString(MIXSRC_MAX), "MAX");
EXPECT_STREQ(getSourceString(MIXSRC_MIN), STR_MENU_MIN);
EXPECT_STREQ(getSourceString(MIXSRC_MAX), STR_MENU_MAX);

#if defined(HELI)
EXPECT_STREQ(getSourceString(MIXSRC_FIRST_HELI), "CYC1");
Expand Down

0 comments on commit d893768

Please sign in to comment.