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 14bb3db commit 41d8679Copy full SHA for 41d8679
scala-libraries-standalone/refined/src/test/scala/com/baeldung/refined/RefinedIntroSpec.scala
@@ -14,7 +14,7 @@ import eu.timepit.refined.api.Validate
14
import scala.util.{Right, Left}
15
16
class RefinedIntroSpec extends AnyFlatSpec with Matchers {
17
- import RefinedProject.{size => sizeTest, _}
+ import RefinedIntro.{size => sizeTest, _}
18
19
"Int checks" should "pass with refined types" in {
20
assert(refineV[Odd](8) == Left("Predicate (8 % 2 == 0) did not fail."))
0 commit comments