Skip to content

Commit 12d1b55

Browse files
committed
renamed resource files
1 parent 0671ef8 commit 12d1b55

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

extended/src/test/java/io/kubernetes/client/extended/kubectl/KubectlDeleteTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ public class KubectlDeleteTest {
7171
new File(
7272
KubectlDeleteTest.class
7373
.getClassLoader()
74-
.getResource("deleted-first-time.json")
74+
.getResource("deleted-success.json")
7575
.getPath())
7676
.toString();
7777
private static final String DELETED_SECOND =
7878
new File(
7979
KubectlDeleteTest.class
8080
.getClassLoader()
81-
.getResource("deleted-second-time.json")
81+
.getResource("deleted-not-found.json")
8282
.getPath())
8383
.toString();
8484

0 commit comments

Comments
 (0)