Skip to content

Commit

Permalink
fix spotbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nagarajan committed Sep 29, 2023
1 parent a7cc135 commit 864c93d
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -588,13 +588,7 @@ public void testBatchGetWithExceptionFromTransportLayerForOneRoute(boolean useSt
BATCH_GET_KEYS.stream().forEach(key -> {
assertTrue(SINGLE_GET_VALUE_RESPONSE.contentEquals(value.get(key)));
});
validateMultiGetMetrics(
true,
false,
useStreamingBatchGetAsDefault,
false,
false,
useStreamingBatchGetAsDefault ? 2 : 1);
validateMultiGetMetrics(true, false, useStreamingBatchGetAsDefault, false, false, 1);
}
} catch (Exception e) {
if (useStreamingBatchGetAsDefault) {
Expand Down

0 comments on commit 864c93d

Please sign in to comment.