Skip to content

Commit

Permalink
[SDCISA-16293, SDCISA-16512] Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddenalpha committed Jul 2, 2024
1 parent 5114ed9 commit ac2f9ac
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.swisspush.redisques.exception.ResourceExhaustionException;

import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.concurrent.Semaphore;
Expand All @@ -34,7 +32,7 @@ public void before() {
}

@Test
public void smokeTest(TestContext testContext) {
public void justASimpleSmokeTest(TestContext testContext) {
Async async = testContext.async();
final int availTokens = limit.availablePermits();
target.request(limit, null, new UpperBoundParallel.Mentor<Void>() {
Expand Down

0 comments on commit ac2f9ac

Please sign in to comment.