Skip to content

Commit bfb6303

Browse files
committed
fix
1 parent 52c7e21 commit bfb6303

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public static void staticUnPrepare() throws Exception {
126126
}
127127

128128
@Test
129-
public void test5OperatorUpgradeFrom2_0() throws Exception {
129+
public void testOperatorUpgradeFrom2_0() throws Exception {
130130
String testMethod = new Object() {}.getClass().getEnclosingMethod().getName();
131131
logTestBegin(testMethod);
132132
setupOperatorAndDomain("2.0", "2.0");
@@ -135,7 +135,7 @@ public void test5OperatorUpgradeFrom2_0() throws Exception {
135135
}
136136

137137
@Test
138-
public void test4OperatorUpgradeFrom2_0_1() throws Exception {
138+
public void testOperatorUpgradeFrom2_0_1() throws Exception {
139139
String testMethod = new Object() {}.getClass().getEnclosingMethod().getName();
140140
logTestBegin(testMethod);
141141
setupOperatorAndDomain("release/2.0.1", "2.0.1");
@@ -144,7 +144,7 @@ public void test4OperatorUpgradeFrom2_0_1() throws Exception {
144144
}
145145

146146
@Test
147-
public void test3OperatorUpgradeFrom2_1() throws Exception {
147+
public void testOperatorUpgradeFrom2_1() throws Exception {
148148
String testMethod = new Object() {}.getClass().getEnclosingMethod().getName();
149149
logTestBegin(testMethod);
150150
setupOperatorAndDomain("release/2.1", "2.1");
@@ -153,7 +153,7 @@ public void test3OperatorUpgradeFrom2_1() throws Exception {
153153
}
154154

155155
@Test
156-
public void test2OperatorUpgradeFrom2_2_0() throws Exception {
156+
public void testOperatorUpgradeFrom2_2_0() throws Exception {
157157
String testMethod = new Object() {}.getClass().getEnclosingMethod().getName();
158158
logTestBegin(testMethod);
159159
setupOperatorAndDomain("release/2.2", "2.2.0");
@@ -162,7 +162,7 @@ public void test2OperatorUpgradeFrom2_2_0() throws Exception {
162162
}
163163

164164
@Test
165-
public void test1OperatorUpgradeFrom2_2_1() throws Exception {
165+
public void testOperatorUpgradeFrom2_2_1() throws Exception {
166166
String testMethod = new Object() {}.getClass().getEnclosingMethod().getName();
167167
logTestBegin(testMethod);
168168
setupOperatorAndDomain("release/2.2.1", "2.2.1");

0 commit comments

Comments
 (0)