Skip to content

Commit 1acd3d3

Browse files
committed
VirtualWatchdog: process fail test expects 0 as reset - no ticker running
1 parent fd92a22 commit 1acd3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UNITTESTS/drivers/VirtualWatchdog/test_virtualwatchdog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ TEST_F(TestVirtualWatchdog, virtualwdog_start_process_fail)
123123
watchdog.stop();
124124
watchdog1.stop();
125125
EXPECT_EQ(0, TestVirtualWatchdog::expect_assert_count);
126-
EXPECT_EQ(1, TestVirtualWatchdog::expect_reset_count);
126+
EXPECT_EQ(0, TestVirtualWatchdog::expect_reset_count);
127127
TestVirtualWatchdog::expect_reset_count = 0;
128128
}
129129

0 commit comments

Comments
 (0)