Skip to content

Commit

Permalink
Mock fail
Browse files Browse the repository at this point in the history
  • Loading branch information
yaqiangz committed Dec 13, 2024
1 parent af53b5b commit 32d1477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mock_config_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ TEST(configInterface, processRelayNotification) {

processRelayNotification(entries, vlans);

EXPECT_EQ(vlans.size(), 1);
EXPECT_EQ(vlans.size(), 10);
EXPECT_FALSE(vlans["Vlan1000"].is_option_79);
EXPECT_TRUE(vlans["Vlan1000"].is_interface_id);
EXPECT_FALSE(vlans["Vlan1000"].state_db);
Expand Down

0 comments on commit 32d1477

Please sign in to comment.