Skip to content

Commit

Permalink
Fix wrong mock function name. (envoyproxy#4187)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Zhang <danzh@google.com>
  • Loading branch information
danzh2010 authored and Matt Klein committed Aug 16, 2018
1 parent e994c1c commit bc6a10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mocks/server/mocks.h
Expand Up @@ -429,7 +429,7 @@ class MockTransportSocketFactoryContext : public TransportSocketFactoryContext {
MOCK_CONST_METHOD0(statsScope, Stats::Scope&());
MOCK_METHOD0(clusterManager, Upstream::ClusterManager&());
MOCK_METHOD0(secretManager, Secret::SecretManager&());
MOCK_METHOD0(local_info, const LocalInfo::LocalInfo&());
MOCK_METHOD0(localInfo, const LocalInfo::LocalInfo&());
MOCK_METHOD0(dispatcher, Event::Dispatcher&());
MOCK_METHOD0(random, Envoy::Runtime::RandomGenerator&());
MOCK_METHOD0(stats, Stats::Store&());
Expand Down

0 comments on commit bc6a10c

Please sign in to comment.