Skip to content

Commit

Permalink
SCALA-672 Rename test to follow the naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Di Pirro committed Nov 15, 2024
1 parent 2ba0aeb commit 9faa82d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import org.scalatest.concurrent.ScalaFutures.convertScalaFuture
import org.scalatest.flatspec.AnyFlatSpec
import org.scalatest.matchers.should.Matchers

class ErrorRecoveryTest extends AnyFlatSpec with Matchers {
class ErrorRecoveryUnitTest extends AnyFlatSpec with Matchers {
implicit val system: ActorSystem = ActorSystem("baeldung")

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

0 comments on commit 9faa82d

Please sign in to comment.