Fix build for concurrent stream test

This commit is contained in:
Harendra Kumar 2023-03-12 23:04:35 +05:30
parent c3e850c1a9
commit 90b8467567

View File

@ -312,7 +312,7 @@ main = hspec
(Async.parConcatMap id (const (Stream.fromList [1..n])))
#ifdef DEVBUILD
describe "Time ordering" $ timeOrdering Async.parList id
describe "Time ordering" $ timeOrdering (Async.parList id)
#endif
describe "Exception propagation" $ exceptionPropagation async
-- Ad-hoc tests