mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2025-10-23 15:40:30 +00:00
update dependencies
This commit is contained in:
@@ -68,7 +68,7 @@ class StringParseTest {
|
||||
|
||||
runTest {
|
||||
val ranges = rangesEnds.map { it.first .. it.second }.flatten().toMutableList()
|
||||
val expectedCollects = rangesEnds.sumBy { it.second - it.first + 1 }
|
||||
val expectedCollects = rangesEnds.sumOf { it.second - it.first + 1 }
|
||||
var collected = 0
|
||||
|
||||
flow.takeWhile { ranges.isNotEmpty() }.collect {
|
||||
|
Reference in New Issue
Block a user