Skip to content

Commit 014d66c

Browse files
committed
JENKINS-30515 cosmetic changes
1 parent d4ae1ab commit 014d66c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/java/hudson/plugins/git/CredentialsUserRemoteConfigTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public void checkoutWithDifferentCredentials() throws Exception {
8585

8686
@Issue("JENKINS-30515")
8787
@Test
88-
public void checkoutWithVInvalidCredentials() throws Exception {
88+
public void checkoutWithInvalidCredentials() throws Exception {
8989
sampleRepo.init();
9090
store.addCredentials(Domain.global(), createCredential(CredentialsScope.SYSTEM, "github"));
9191
store.save();
@@ -104,7 +104,7 @@ public void checkoutWithVInvalidCredentials() throws Exception {
104104

105105
@Issue("JENKINS-30515")
106106
@Test
107-
public void checkoutWithVNoCredentialsStoredButUsed() throws Exception {
107+
public void checkoutWithNoCredentialsStoredButUsed() throws Exception {
108108
sampleRepo.init();
109109

110110
WorkflowJob p = r.jenkins.createProject(WorkflowJob.class, "p");
@@ -122,7 +122,7 @@ public void checkoutWithVNoCredentialsStoredButUsed() throws Exception {
122122

123123
@Issue("JENKINS-30515")
124124
@Test
125-
public void checkoutWithVNoCredentialsSpecified() throws Exception {
125+
public void checkoutWithNoCredentialsSpecified() throws Exception {
126126
sampleRepo.init();
127127

128128
WorkflowJob p = r.jenkins.createProject(WorkflowJob.class, "p");

0 commit comments

Comments
 (0)