Skip to content

Commit ecdea6f

Browse files
Stefanos GeorgakisStefanos Georgakis
authored andcommitted
[SCALA-308] - Rename BaeldungPostgresProfileSpec to BaeldungPostgresManualTest
1 parent 7b7ee9e commit ecdea6f

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)