Skip to content

Commit 2391754

Browse files
committed
Cleanup
Signed-off-by: Dongbo Xiao <[email protected]>
1 parent fbb3a1f commit 2391754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/oracle/kubernetes/operator/create/CreateDomainInputsValidationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public void createDomain_with_invalidManagedServerPort_failsAndReturnsError() th
217217

218218
@Test
219219
public void createDomain_with_weblogicDomainStorageTypeNfsAndMissingWeblogicDomainStorageNFSServer_failsAndReturnsError() throws Exception {
220-
assertThat(
220+
assertThat(
221221
execCreateDomain(newInputs().weblogicDomainStorageType(STORAGE_TYPE_NFS).weblogicDomainStorageNFSServer("")),
222222
failsAndPrints(paramMissingError(PARAM_WEBLOGIC_DOMAIN_STORAGE_NFS_SERVER)));
223223
}

0 commit comments

Comments
 (0)