Skip to content

Commit a9bc7c2

Browse files
committed
checkstyle
1 parent c97dc85 commit a9bc7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-kubernetes-fabric8-config/src/test/java/org/springframework/cloud/kubernetes/fabric8/config/Fabric8SecretErrorOnReadingSourceTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ void namedSingleSecretFails(CapturedOutput output) {
7777
secretsConfigProperties, new KubernetesNamespaceProvider(new MockEnvironment()));
7878

7979
CompositePropertySource propertySource = (CompositePropertySource) locator.locate(new MockEnvironment());
80-
assertThat(propertySource.getPropertySources()).isEmpty();;
80+
assertThat(propertySource.getPropertySources()).isEmpty();
8181
assertThat(output.getOut()).contains("Failure in reading named sources");
8282
assertThat(output.getOut()).contains("Failed to load source: { secret name : 'Optional[my-secret]'");
8383

0 commit comments

Comments
 (0)