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 2ba0aeb commit 9faa82dCopy full SHA for 9faa82d
scala-akka-3/src/test/scala/com/baeldung/scala/akka/stream/errors/ErrorRecoveryTest.scala renamed to scala-akka-3/src/test/scala/com/baeldung/scala/akka/stream/errors/ErrorRecoveryUnitTest.scala
@@ -8,7 +8,7 @@ import org.scalatest.concurrent.ScalaFutures.convertScalaFuture
8
import org.scalatest.flatspec.AnyFlatSpec
9
import org.scalatest.matchers.should.Matchers
10
11
-class ErrorRecoveryTest extends AnyFlatSpec with Matchers {
+class ErrorRecoveryUnitTest extends AnyFlatSpec with Matchers {
12
implicit val system: ActorSystem = ActorSystem("baeldung")
13
14
"The \"parseWithRecover\" flow" should "parse recover from a parsing error" in {
0 commit comments