File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
src/FSharp.Control.TaskSeq.Test Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ module SideSeffects =
296
296
}
297
297
298
298
[<Theory; ClassData( typeof< JustMinMaxBy>) >]
299
- let ``TaskSeq - minBy , maxBy with sequence that changes length`` ( minMax : MinMax ) = task {
299
+ let ``TaskSeq - minBy , maxBy with sequence that changes length`` ( minMax : MinMax ) =
300
300
let mutable i = 0
301
301
302
302
let ts = taskSeq {
@@ -311,7 +311,8 @@ module SideSeffects =
311
311
else
312
312
minMaxFn id ts |> Task.map ( should equal v)
313
313
314
- do ! test ( MinMax.getByFunction minMax) 10
315
- do ! test ( MinMax.getByFunction minMax) 20
316
- do ! test ( MinMax.getByFunction minMax) 30
317
- }
314
+ task {
315
+ do ! test ( MinMax.getByFunction minMax) 10
316
+ do ! test ( MinMax.getByFunction minMax) 20
317
+ do ! test ( MinMax.getByFunction minMax) 30
318
+ }
You can’t perform that action at this time.
0 commit comments