Skip to content

Commit

Permalink
Fix ServerConfig mock
Browse files Browse the repository at this point in the history
Reviewed By: createdbysk

Differential Revision: D69158324

fbshipit-source-id: 35969be91e3eb8ff738475d25f08fd82d09ac650
  • Loading branch information
yoney authored and facebook-github-bot committed Feb 5, 2025
1 parent 8c455e3 commit 486fd35
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ class MockServerConfigs : public apache::thrift::server::ServerConfigs {
(),
(const, override));
MOCK_METHOD(
apache::thrift::CPUConcurrencyController*,
apache::thrift::CPUConcurrencyController&,
getCPUConcurrencyController,
(),
(override));
MOCK_METHOD(
const apache::thrift::CPUConcurrencyController*,
const apache::thrift::CPUConcurrencyController&,
getCPUConcurrencyController,
(),
(const, override));
Expand Down

0 comments on commit 486fd35

Please sign in to comment.