Skip to content

Commit 875b913

Browse files
authored
Update src/test/java/org/kohsuke/github/ArchTests.java
1 parent 37be904 commit 875b913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/kohsuke/github/ArchTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public void testRequireFollowingNamingConvention() {
118118
declaredIn(GHGistBuilder.class).and(name("public_")),
119119
declaredIn(Commit.class).and(name("getComment_count")),
120120
declaredIn(CommitPointer.class).and(name("getHtml_url")),
121-
declaredIn(GHRelease.class).and(name("getPublished_at"))
121+
declaredIn(GHRelease.class).and(name("getPublished_at"))))
122122
.because(reason);
123123

124124
final ArchRule classesNotFollowingConvention = noClasses().should(haveNamesContainingUnless("_"))

0 commit comments

Comments
 (0)