Skip to content

Commit 0eee84e

Browse files
committed
rename Coherence test file
1 parent 43558d8 commit 0eee84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/ITCoherenceTests.java renamed to integration-tests/src/test/java/oracle/kubernetes/operator/ItCoherenceTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* This class contains Coherence relates integraiton tests.
2222
*/
2323
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
24-
public class ITCoherenceTests extends BaseTest {
24+
public class ItCoherenceTests extends BaseTest {
2525

2626
private static Domain domain = null;
2727
private static Operator operator1 = null;

0 commit comments

Comments
 (0)