Commit 788e186
Add MANNEQUIN to GHCommentAuthorAssociation enum (#1753)
* Add MANNEQUIN value to GHCommentAuthorAssociation enum
* Update EnumTest for GHCommentAuthorAssociation with MANNEQUIN
This commit updates the EnumTest to reflect the addition of the MANNEQUIN value in the GHCommentAuthorAssociation enum. The test now checks for the correct number of enum values, which has been increased to 8 to include MANNEQUIN.
* Update GHCommentAuthorAssociation.java
* Update GHCommentAuthorAssociation.java
---------
Co-authored-by: Liam Newman <bitwiseman@gmail.com>1 parent bcf4faf commit 788e186
2 files changed
Lines changed: 5 additions & 1 deletion
File tree
- src
- main/java/org/kohsuke/github
- test/java/org/kohsuke/github
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments