We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf05bf commit cbf1458Copy full SHA for cbf1458
scala-libraries-standalone/refined/src/test/scala/com/baeldung/refined/RefinedIntroTest.scala renamed to scala-libraries-standalone/refined/src/test/scala/com/baeldung/refined/RefinedUnitTest.scala
@@ -13,7 +13,7 @@ import eu.timepit.refined.boolean._
13
import eu.timepit.refined.api.Validate
14
import scala.util.{Right, Left}
15
16
-class RefinedIntroSpec extends AnyFlatSpec with Matchers {
+class RefinedUnitTest extends AnyFlatSpec with Matchers {
17
import RefinedIntro.{size => sizeTest, _}
18
19
"Int checks" should "pass with refined types" in {
0 commit comments