VirtualWatchdog: process fail test expects 0 as reset - no ticker running

pull/10857/head
Martin Kojtal 2019-07-01 08:27:36 +01:00
parent 9e2a1816bb
commit 89c0ab793e
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ TEST_F(TestVirtualWatchdog, virtualwdog_start_process_fail)
watchdog.stop();
watchdog1.stop();
EXPECT_EQ(0, TestVirtualWatchdog::expect_assert_count);
EXPECT_EQ(1, TestVirtualWatchdog::expect_reset_count);
EXPECT_EQ(0, TestVirtualWatchdog::expect_reset_count);
TestVirtualWatchdog::expect_reset_count = 0;
}