1
0
mirror of https://github.com/pcvolkmer/mv64e-etl-processor synced 2025-09-13 17:02:52 +00:00

Rename test class to match applications main class name

This commit is contained in:
2023-08-08 13:34:53 +02:00
parent 3039b4b2a7
commit 1fc09d691e

View File

@@ -28,7 +28,7 @@ import org.testcontainers.junit.jupiter.Testcontainers
@Testcontainers
@ExtendWith(SpringExtension::class)
@SpringBootTest
class BwhcMapperApplicationTests : AbstractTestcontainerTest() {
class EtlProcessorApplicationTests : AbstractTestcontainerTest() {
@Test
fun contextLoads() {