Fix test file name
This commit is contained in:
parent
50de40daa2
commit
93b63daa27
|
@ -20,7 +20,7 @@ import java.util.stream.Collectors;
|
|||
|
||||
import org.junit.Test;
|
||||
|
||||
public class CompletableFutureTest {
|
||||
public class CompletableFutureUnitTest {
|
||||
|
||||
@Test
|
||||
public void givenAsyncTask_whenProcessingAsyncSucceed_thenReturnSuccess() throws ExecutionException, InterruptedException {
|
Loading…
Reference in New Issue