Skip to content

Commit 50c44e6

Browse files
committed
Checkstyle fixes
1 parent d091527 commit 50c44e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/JrfInOperatorTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ public static void staticUnPrepare() throws Exception {
9393
*/
9494
@Test
9595
public void testJrfDomainOnPvUsingWlst() throws Exception {
96-
Assume.assumeTrue(QUICKTEST);
97-
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
96+
Assume.assumeTrue(QUICKTEST);
97+
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
9898
logTestBegin(testMethodName);
9999
logger.info("Creating Operator & waiting for the script to complete execution");
100100
// create operator1

integration-tests/src/test/java/oracle/kubernetes/operator/utils/Domain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1535,7 +1535,7 @@ protected void initialize(Map<String, Object> inputDomainMap) throws Exception {
15351535
sampleDomainInputsFile =
15361536
"/samples/scripts/create-weblogic-domain/domain-home-in-image/create-domain-inputs.yaml";
15371537
} else if (domainMap.containsKey("rcuDatabaseURL")) {
1538-
sampleDomainInputsFile =
1538+
sampleDomainInputsFile =
15391539
"/samples/scripts/create-fmw-infrastructure-domain/domain-home-on-pv/create-domain-inputs.yaml";
15401540
}
15411541
logger.info("For this domain sampleDomainInputsFile is: " + sampleDomainInputsFile);

0 commit comments

Comments
 (0)