pjfanning commented on code in PR #194: URL: https://github.com/apache/pekko-persistence-r2dbc/pull/194#discussion_r2161545086
########## core/src/test/scala/org/apache/pekko/persistence/r2dbc/R2dbcSettingsSpec.scala: ########## @@ -13,62 +13,96 @@ package org.apache.pekko.persistence.r2dbc +import com.typesafe.config.ConfigException import com.typesafe.config.ConfigFactory import io.r2dbc.postgresql.client.SSLMode +import org.scalatest.Inspectors._ import org.scalatest.TestSuite import org.scalatest.matchers.should.Matchers -import org.scalatest.wordspec.AnyWordSpec +import org.scalatest.freespec.AnyFreeSpec Review Comment: please stick to wordspec - we don't use freespec anywhere -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
