arrow-kt / arrow-meta-examples

Some examples for Λrrow Meta the functional companion to Kotlin's Compiler & IDE.
Apache License 2.0
58 stars 20 forks source link

Switch from kotlintest to junit #41

Closed stabbylambda closed 4 years ago

stabbylambda commented 4 years ago

This example wasn't using anything from kotlintest and the dependency was bringing in kotlin-reflect 1.3.50.

stabbylambda commented 4 years ago

I figured this would be good since it's basically the same as arrow-kt/arrow-meta#752 😄

stabbylambda commented 4 years ago

@rachelcarmena Good call on the assertions. I updated both the hello-world and the use-arrow-meta-compiler-plugin examples to use AssertJ.