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 =
296296 }
297297
298298 [<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 ) =
300300 let mutable i = 0
301301
302302 let ts = taskSeq {
@@ -311,7 +311,8 @@ module SideSeffects =
311311 else
312312 minMaxFn id ts |> Task.map ( should equal v)
313313
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