rename failing test
This commit is contained in:
parent
a7e3fcdd3e
commit
56c7ea955d
@ -8,7 +8,7 @@ import java.util.List;
|
|||||||
import static org.assertj.core.api.Assertions.assertThat;
|
import static org.assertj.core.api.Assertions.assertThat;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
public class StreamReduceUnitTest {
|
public class StreamReduceManualTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void givenIntegerList_whenReduceWithSumAccumulatorLambda_thenCorrect() {
|
public void givenIntegerList_whenReduceWithSumAccumulatorLambda_thenCorrect() {
|
Loading…
x
Reference in New Issue
Block a user