Skip to content

Commit

Permalink
Update consumer_ut.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
liuh-80 authored Sep 12, 2024
1 parent e3ae1bf commit ba0cd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mock_tests/consumer_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ namespace consumer_test
TEST_F(ConsumerTest, ConsumerPops_notification_count)
{
int consumer_pops_batch_size = 10;
int pops_max_batch_count = 10;
int pops_max_batch_count = 8;
TestOrch test_orch(m_config_db.get(), "CFG_TEST_TABLE");
Consumer test_consumer(
new swss::ConsumerStateTable(m_config_db.get(), "CFG_TEST_TABLE", consumer_pops_batch_size, 1), &test_orch, "CFG_TEST_TABLE");
Expand Down

0 comments on commit ba0cd6d

Please sign in to comment.