Skip to content

Commit 19f5e2e

Browse files
committed
test_dcp: Fix set_ip_suite_count
6930de2 added an additional call to pnal_set_ip_suite.
1 parent 6930de2 commit 19f5e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_dcp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ TEST_F (DcpTest, DcpRunTest)
228228
EXPECT_EQ (
229229
mock_os_data.eth_send_count,
230230
9 + (PNET_MAX_PHYSICAL_PORTS - 1) * 4);
231-
EXPECT_EQ (mock_os_data.set_ip_suite_count, 2);
231+
EXPECT_EQ (mock_os_data.set_ip_suite_count, 3);
232232

233233
EXPECT_EQ (appdata.call_counters.led_on_calls, 3);
234234
EXPECT_EQ (appdata.call_counters.led_off_calls, 4);

0 commit comments

Comments
 (0)