diff --git a/fbpcs/emp_games/pcf2_shard_combiner/ShardCombinerGameTest.cpp b/fbpcs/emp_games/pcf2_shard_combiner/ShardCombinerGameTest.cpp index c20a37c87..4eded9b48 100644 --- a/fbpcs/emp_games/pcf2_shard_combiner/ShardCombinerGameTest.cpp +++ b/fbpcs/emp_games/pcf2_shard_combiner/ShardCombinerGameTest.cpp @@ -343,13 +343,13 @@ TEST_P(ShardCombinerGameTestFixture, TestThresholdChecker) { std::string publisherFileName = "publisher_lift_input_shard.json"; std::string expectedOutFileNamePrefix = "lift_expected_output_shards_"; auto testFn = [&](int32_t numShards, - bool usingBatch, - common::SchedulerType schedulerType) { + bool usingBatch_2, + common::SchedulerType schedulerType_2) { std::string expectedOutFileName = folly::sformat("{}{}.json", expectedOutFileNamePrefix, numShards); - if (usingBatch) { + if (usingBatch_2) { runTestWithParams( - schedulerType, + schedulerType_2, baseDir_ + "lift_threshold_test/", partnerFileName, publisherFileName, @@ -357,7 +357,7 @@ TEST_P(ShardCombinerGameTestFixture, TestThresholdChecker) { expectedOutFileName); } else { runTestWithParams( - schedulerType, + schedulerType_2, baseDir_ + "lift_threshold_test/", partnerFileName, publisherFileName,