#247 -- Add failed test
This commit is contained in:
parent
6a04b5e037
commit
c6c0db0232
@ -16,4 +16,12 @@ public class StreamApiUtilsTest {
|
|||||||
|
|
||||||
assertEquals(integersInitial, integers);
|
assertEquals(integersInitial, integers);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void filedTestMappingByDay() {
|
||||||
|
List<Integer> integersInitial = List.of(1);
|
||||||
|
List<Integer> integers = StreamApiUtils.convert(List.of("1", "2"), Integer::valueOf);
|
||||||
|
|
||||||
|
assertEquals(integersInitial, integers);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user