Skip to content

Commit

Permalink
fix ws
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Flacco <nflacco@lyft.com>
  • Loading branch information
1 parent 028924c commit bad7ea4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -882,8 +882,6 @@ TEST(RedisClientFactoryImplTest, Basic) {
EXPECT_CALL(*host, createConnection_(_, _)).WillOnce(Return(conn_info));
NiceMock<Event::MockDispatcher> dispatcher;
ConfigImpl config(createConnPoolSettings());

// Cluster stats
Stats::IsolatedStoreImpl fake_stats;
RedisClusterStats redis_cluster_stats =
RedisClusterStats{REDIS_CLUSTER_STATS(POOL_COUNTER(fake_stats), POOL_HISTOGRAM(fake_stats))};
Expand Down

0 comments on commit bad7ea4

Please sign in to comment.