Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@kazchimo
Copy link
Contributor

@kazchimo kazchimo commented May 26, 2021

Fix placed but unexcecuted tests.

assert(chunk.apply(i))(equalTo(chunk.toList.apply(i)))
}
},
testM("specialized accessors") {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! Let's just make this a suite and each of the checks its own test within the suite.

val effect = ZIO.succeed(bs.foldLeft(as)(_ :+ _))
val actual = ZIO.collectAllPar(ZIO.replicate(100)(effect))
val expected = (as ++ bs)
val expected = as ++ bs
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are the king of unnecessary parentheses removal! 😃

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😎

Copy link
Contributor

@adamgfraser adamgfraser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@adamgfraser adamgfraser merged commit bece955 into zio:master May 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants