We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19317c commit 59f0acbCopy full SHA for 59f0acb
UNITTESTS/drivers/Watchdog/test_watchdog.cpp
@@ -38,7 +38,6 @@ class TestWatchdog : public testing::Test {
38
TEST_F(TestWatchdog, test_watchdog_start_stop_get_timeout)
39
{
40
EXPECT_TRUE(Watchdog::get_instance().start(500));
41
- EXPECT_FALSE(Watchdog::get_instance().start(2000));
42
EXPECT_TRUE(Watchdog::get_instance().stop());
43
EXPECT_FALSE(Watchdog::get_instance().stop());
44
EXPECT_EQ(500, Watchdog::get_instance().get_timeout());
0 commit comments