File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
modules/k3s/src/test/java/org/testcontainers/k3s Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 66import io .kubernetes .client .openapi .models .V1NodeList ;
77import io .kubernetes .client .util .Config ;
88import lombok .extern .slf4j .Slf4j ;
9- import org .junit .Test ;
9+ import org .junit .jupiter . api . Test ;
1010import org .testcontainers .containers .output .Slf4jLogConsumer ;
1111import org .testcontainers .utility .DockerImageName ;
1212
1616import static org .assertj .core .api .Assertions .assertThat ;
1717
1818@ Slf4j
19- public class OfficialClientK3sContainerTest {
19+ class OfficialClientK3sContainerTest {
2020
2121 @ Test
22- public void shouldStartAndHaveListableNode () throws IOException , ApiException {
22+ void shouldStartAndHaveListableNode () throws IOException , ApiException {
2323 runK3s (DockerImageName .parse ("rancher/k3s:v1.21.3-k3s1" ));
2424 }
2525
2626 @ Test
27- public void shouldStartAndHaveListableNodeUsingLowerVersion () throws IOException , ApiException {
27+ void shouldStartAndHaveListableNodeUsingLowerVersion () throws IOException , ApiException {
2828 runK3s (DockerImageName .parse ("rancher/k3s:v1.20.15-k3s1" ));
2929 }
3030
You can’t perform that action at this time.
0 commit comments