Fix test file name

This commit is contained in:
SGWebFreelancer 2023-11-28 10:24:39 +08:00
parent 50de40daa2
commit 93b63daa27
1 changed files with 1 additions and 1 deletions

View File

@ -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 {