1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

Removed useless test.

This commit is contained in:
Michael Keller 2019-11-20 08:20:23 +13:00 committed by mikeller
parent 5808bfd6f3
commit f2a16157de
2 changed files with 1 additions and 9 deletions

View file

@ -113,10 +113,6 @@ TEST(CLIUnittest, TestCliSetArray)
EXPECT_EQ(123, data[0]);
EXPECT_EQ( -3, data[1]);
EXPECT_EQ( 1, data[2]);
//cliGet((char *)"osd_item_vbat");
//EXPECT_FALSE(false);
}
TEST(CLIUnittest, TestCliSetStringNoFlags)