Skip to content

Commit

Permalink
Added PullRequest's head, fixes #89 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet authored and juanpedromoreno committed Apr 21, 2017
1 parent 9e96078 commit 75226da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions github4s/jvm/src/test/scala/github4s/utils/TestUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ trait TestUtils {
closed_at = None,
merged_at = None,
base = None,
head = None,
user = None,
assignee = None
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ case class PullRequest(
closed_at: Option[String],
merged_at: Option[String],
base: Option[PullRequestBase],
head: Option[PullRequestBase],
user: Option[User],
assignee: Option[User])

Expand Down

0 comments on commit 75226da

Please sign in to comment.