Skip to content

Commit 9052139

Browse files
authored
Merge pull request #1660 from sgeorgakis/master
[SCALA-308] - Rename BaeldungPostgresProfileSpec to BaeldungPostgresM…
2 parents 7b7ee9e + ecdea6f commit 9052139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import slick.dbio.DBIO
1313
import java.time.OffsetDateTime
1414
import scala.concurrent.Future
1515

16-
class BaeldungPostgresProfileSpec
16+
class BaeldungPostgresManualTest
1717
extends AsyncFlatSpec
1818
with TestContainerForAll {
1919

@@ -24,7 +24,7 @@ class BaeldungPostgresProfileSpec
2424
password = "baeldung"
2525
)
2626

27-
"BaeldungPostgresProfile" should "insert entity" in {
27+
"BaeldungPostgresManualTest" should "insert entity" in {
2828
withContainers { container =>
2929

3030
val db: BaeldungPostgresProfile.backend.Database =

0 commit comments

Comments
 (0)