Skip to content

Commit fd8abf7

Browse files
committed
format
1 parent d1f1352 commit fd8abf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-operators/leader-election/src/test/java/io/javaoperatorsdk/operator/sample/LeaderElectionE2E.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class LeaderElectionE2E {
5252
@ParameterizedTest
5353
@ValueSource(strings = {"namespace-inferred-", ""})
5454
// not for local mode by design
55-
@EnabledIfSystemProperty(named = "test.deployment", matches = "remote")
55+
@EnabledIfSystemProperty(named = "test.deployment", matches = "remote")
5656
void otherInstancesTakesOverWhenSteppingDown(String yamlFilePrefix) {
5757
log.info("Applying custom resource");
5858
applyCustomResource();

0 commit comments

Comments
 (0)