Skip to content

Commit

Permalink
rename test names
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhoon committed Dec 7, 2024
1 parent e85dae6 commit 8d4610f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@
kubernetesClientBuilderCustomizer = TestKubernetesClientBuilderCustomizer.class)
class KubernetesEndpointGroupFaultToleranceTest {

private static KubernetesClient staticClient;
private KubernetesClient client;

@Test
void test() throws InterruptedException {
void shouldReconnectOnWatcherException() throws InterruptedException {
// Prepare Kubernetes resources
final List<Node> nodes = ImmutableList.of(newNode("1.1.1.1"), newNode("2.2.2.2"), newNode("3.3.3.3"));
final Deployment deployment = newDeployment();
Expand Down

0 comments on commit 8d4610f

Please sign in to comment.