Skip to content

Commit

Permalink
test:refactor: tests comply with general naming conventions
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <marc@marcnuri.com>
  • Loading branch information
manusa committed Jul 21, 2023
1 parent 5ab7928 commit ffe1b2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.junit.jupiter.api.Test;

@EnableKubernetesMockClient
class KubernetesMockServerExtensionClientAndServerStaticTests {
class KubernetesMockServerExtensionClientAndServerStaticTest {
static KubernetesMockServer mockServer;
static KubernetesClient client;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.junit.jupiter.api.Test;

@EnableKubernetesMockClient
class KubernetesMockServerExtensionClientAndServerTests {
class KubernetesMockServerExtensionClientAndServerTest {
KubernetesMockServer mockServer;
KubernetesClient client;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import static org.assertj.core.api.Assertions.assertThat;

@EnableKubernetesMockClient(crud = true)
class KubernetesMockServerExtensionTests {
class KubernetesMockServerExtensionTest {

KubernetesClient client;

Expand Down

0 comments on commit ffe1b2a

Please sign in to comment.