1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-04-19 17:26:51 +00:00

Rename test class to match applications main class name

This commit is contained in:
Paul-Christian Volkmer 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() {