mirror of https://github.com/ARMmbed/mbed-os.git
Incorporated the Reivew Comments
parent
696638afeb
commit
f672974c25
|
@ -100,6 +100,7 @@ TEST_F(TestWatchdog, wdog_start_kick_pass)
|
|||
watchdog.stop();
|
||||
watchdog2.stop();
|
||||
EXPECT_EQ(0, TestWatchdog::expect_assert_count);
|
||||
EXPECT_EQ(0, TestWatchdog::expect_reset_count);
|
||||
}
|
||||
|
||||
TEST_F(TestWatchdog, wdog_start_process_pass)
|
||||
|
|
Loading…
Reference in New Issue