Skip to content

Commit

Permalink
GEODE-7088: Fixing test build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmellawatt committed Aug 21, 2019
1 parent 174af1d commit 5bb753a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ public void serializeClientUpdateMessageWithInterestLists() {
// ClientUpdateMessageImpl.fromData(), so we need to do this for serialization to
// succeed.
CacheClientNotifier cacheClientNotifier =
CacheClientNotifier.getInstance(Fakes.cache(), mock(StatisticsClock.class),
CacheClientNotifier.getInstance(Fakes.cache(),
mock(ClientRegistrationEventQueueManager.class),
mock(StatisticsClock.class),
mock(CacheServerStats.class), 10, 10,
mock(ConnectionListener.class), null, true);

Expand Down

0 comments on commit 5bb753a

Please sign in to comment.