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 7b7ee9e commit ecdea6fCopy full SHA for ecdea6f
scala-libraries-persistence/src/it/scala/com/baeldung/scala/slick_pg/BaeldungPostgresProfileSpec.scala renamed to scala-libraries-persistence/src/it/scala/com/baeldung/scala/slick_pg/BaeldungPostgresManualTest.scala
@@ -13,7 +13,7 @@ import slick.dbio.DBIO
13
import java.time.OffsetDateTime
14
import scala.concurrent.Future
15
16
-class BaeldungPostgresProfileSpec
+class BaeldungPostgresManualTest
17
extends AsyncFlatSpec
18
with TestContainerForAll {
19
@@ -24,7 +24,7 @@ class BaeldungPostgresProfileSpec
24
password = "baeldung"
25
)
26
27
- "BaeldungPostgresProfile" should "insert entity" in {
+ "BaeldungPostgresManualTest" should "insert entity" in {
28
withContainers { container =>
29
30
val db: BaeldungPostgresProfile.backend.Database =
0 commit comments