@@ -96,8 +82,21 @@
My name is Boris, I started my career as a Java developer, built MVC/enterprise applications,
Then I built real-time messaging integration solutions and did performance optimization based on JVM/Linux
Later on I made a project with Erlang and moved to scala.
+
+
+
+
+
diff --git a/src/test/scala/de/riskident/meetup/TryTest.scala b/src/test/scala/de/riskident/meetup/TryTest.scala
index 5e43dd3..103fcc8 100644
--- a/src/test/scala/de/riskident/meetup/TryTest.scala
+++ b/src/test/scala/de/riskident/meetup/TryTest.scala
@@ -55,5 +55,5 @@ class TryTest extends FunSuite with Matchers with Discipline {
}
- checkAll("Try [String => Int] => Int => Option[Boolean]", MonadTests[Try].stackUnsafeMonad[Int => Int, Int, Int])
+ checkAll("Try [Int => Int] => Int => Option[Boolean]", MonadTests[Try].stackUnsafeMonad[Int => Int, Int, Int])
}