#247 -- Fail test
This commit is contained in:
parent
6f6a8b0eac
commit
f522ed9b81
@ -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