Skip to content

Commit fe96ffa

Browse files
committed
Added flatParMapN tests for 1-arity
1 parent a0e0efb commit fe96ffa

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/shared/src/test/scala/cats/tests/SyntaxSuite.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,11 @@ object SyntaxSuite {
253253

254254
tfabc.flatParMapN(mf)
255255
(fa, fb, fc).flatParMapN(mf)
256+
257+
val tfa = mock[Tuple1[M[A]]]
258+
val mfone = mock[A => M[Z]]
259+
260+
tfa.flatParMap(mfone)
256261
}
257262

258263
def testParallelBi[M[_], F[_], T[_, _]: Bitraverse, A, B, C, D](implicit P: Parallel.Aux[M, F]): Unit = {

0 commit comments

Comments
 (0)