8000 Rename test to be valid in CI · jpigree/github-oauth-plugin@7a75a47 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 7a75a47

Browse files
committed
Rename test to be valid in CI
1 parent 3fcc367 commit 7a75a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/jenkinsci/plugins/GithubAccessTokenPropertyTest_SEC797.java renamed to src/test/java/org/jenkinsci/plugins/GithubAccessTokenPropertySEC797Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
//TODO merge with GithubAccessTokenPropertyTest after security release, just meant to ease the security merge
6666
// or with GithubSecurityRealmTest, but will require more refactor to move out the mock server
67-
public class GithubAccessTokenPropertyTest_SEC797 {
67+
public class GithubAccessTokenPropertySEC797Test {
6868

6969
@Rule
7070
public JenkinsRule j = new JenkinsRule();

0 commit comments

Comments
 (0)
0