rm unneeded test class
nclazz/spring-boot-docker-secrets-maven-lib/pipeline/head There was a failure building this commit Details

master
Niclas Thobaben 2022-02-11 10:04:57 +01:00
parent 96a892ff2a
commit cd4d2d410a
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
package de.nclazz.lib.dockersecrets;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class SpringBootDockerSecretsApplicationTests {
@Test
void contextLoads() {
}
}