Skip to content

Commit

Permalink
fix(test): fix fmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
sobakavosne committed Nov 22, 2024
1 parent a4b932e commit 4e35245
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/test/scala/app/MainSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,13 @@ import scala.concurrent.duration.DurationInt

class MainSpec extends AsyncWordSpec with Matchers with BeforeAndAfterAll {

implicit val logger: Logger[IO] = Slf4jLogger.getLogger[IO]
implicit val system: ActorSystem = ActorSystem("TestChemistFlowActorSystem", DefaultConfigLoader.pureConfig)
implicit val logger: Logger[IO] = Slf4jLogger.getLogger[IO]

implicit val system: ActorSystem = ActorSystem(
"TestChemistFlowActorSystem",
DefaultConfigLoader.pureConfig
)

implicit val selfUniqueAddress: SelfUniqueAddress = DistributedData(system).selfUniqueAddress
implicit val ttlDistributed: Timeout = Timeout(1.seconds)

Expand Down

0 comments on commit 4e35245

Please sign in to comment.