I am having different expect/actual with `turbine`...
# squarelibraries
j
I am having different expect/actual with `turbine`:
Copy code
myFlow.take(4).toList() // [A, B, C, D]

myFlow.test {
   expectItem() // should be A but it mixed with next emissions
   cancelAndIgnoreRemainingEvents()
}