Skip to content

Commit 41d8679

Browse files
committed
fixed type in test
1 parent 14bb3db commit 41d8679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scala-libraries-standalone/refined/src/test/scala/com/baeldung/refined/RefinedIntroSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import eu.timepit.refined.api.Validate
1414
import scala.util.{Right, Left}
1515

1616
class RefinedIntroSpec extends AnyFlatSpec with Matchers {
17-
import RefinedProject.{size => sizeTest, _}
17+
import RefinedIntro.{size => sizeTest, _}
1818

1919
"Int checks" should "pass with refined types" in {
2020
assert(refineV[Odd](8) == Left("Predicate (8 % 2 == 0) did not fail."))

0 commit comments

Comments
 (0)