You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: concurrency-limits-core/src/test/java/com/netflix/concurrency/limits/limiter/AbstractPartitionedLimiterTest.java
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -298,23 +298,23 @@ public void testConcurrentPartitions() throws InterruptedException {
298
298
executor.shutdown();
299
299
executor.awaitTermination(10, TimeUnit.SECONDS);
300
300
301
+
StringBuilderresultSummary = newStringBuilder();
301
302
for (Stringpartition : Arrays.asList("A", "B", "C")) {
0 commit comments