Skip to content

Commit

Permalink
Distinguish two WAsync test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Jan 27, 2025
1 parent 2dd770e commit 44d0824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Streamly/Test/Prelude/WAsync.hs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ main = hspec

describe "Stream transform and combine operations" $ do
wAsyncOps $ transformCombineOpsCommon S.fromFoldable "wAsyncly" sortEq
wAsyncOps $ transformCombineOpsCommon folded "wAsyncly" sortEq
wAsyncOps $ transformCombineOpsCommon folded "wAsyncly folded" sortEq

describe "Stream elimination operations" $ do
wAsyncOps $ eliminationOps S.fromFoldable "wAsyncly"
Expand Down

0 comments on commit 44d0824

Please sign in to comment.