Skip to content

Commit d9bccfa

Browse files
committed
minor unit test change
1 parent a290cef commit d9bccfa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

operator/src/test/java/oracle/kubernetes/operator/helpers/JobHelperTest.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,9 @@ public void introspectorPodStartupWithNullAdminUsernamePasswordEnvVarValues() {
301301
}
302302

303303
@Test
304-
public void whenDomainHasEnvironmentItemsWithVariable_introspectorPodStartupShouldNotChangeIt()
305-
throws NoSuchMethodException, IllegalAccessException, InvocationTargetException {
304+
public void
305+
whenDomainHasEnvironmentItemsWithVariable_createIntrospectorPodShouldNotChangeItsValue()
306+
throws NoSuchMethodException, IllegalAccessException, InvocationTargetException {
306307
DomainPresenceInfo domainPresenceInfo = createDomainPresenceInfo();
307308

308309
DomainConfigurator domainConfigurator =

0 commit comments

Comments
 (0)