Skip to content

Commit

Permalink
Fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
rpmarvell committed Nov 28, 2024
1 parent cedec4b commit 42e09aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittest/syncd/TestSyncd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ TEST_F(SyncdTest, processStatsCapabilityQuery)
MockSelectableChannel consumer;
EXPECT_CALL(consumer, empty()).WillOnce(testing::Return(true));
EXPECT_CALL(consumer, pop(testing::_, testing::_))
.Times(2)
.Times(1)
.WillRepeatedly(testing::Invoke([](swss::KeyOpFieldsValuesTuple& kco, bool initViewMode) {
static int callCount = 0;
if (callCount == 0)
Expand Down

0 comments on commit 42e09aa

Please sign in to comment.