Skip to content

Commit 9faa82d

Browse files
author
Matteo Di Pirro
committed
SCALA-672 Rename test to follow the naming convention
1 parent 2ba0aeb commit 9faa82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import org.scalatest.concurrent.ScalaFutures.convertScalaFuture
88
import org.scalatest.flatspec.AnyFlatSpec
99
import org.scalatest.matchers.should.Matchers
1010

11-
class ErrorRecoveryTest extends AnyFlatSpec with Matchers {
11+
class ErrorRecoveryUnitTest extends AnyFlatSpec with Matchers {
1212
implicit val system: ActorSystem = ActorSystem("baeldung")
1313

1414
"The \"parseWithRecover\" flow" should "parse recover from a parsing error" in {

0 commit comments

Comments
 (0)