We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae95369 commit e969c05Copy full SHA for e969c05
src/test/scala/events/GitHubEventSpec.scala
@@ -176,7 +176,7 @@ class GitHubEventSpec extends FunSpec with Matchers with Inside
176
head.user shouldBe a [models.User]
177
}
178
it("should have a repo") {
179
- head.repo shouldBe a [models.Repository]
+ head.repo.get shouldBe a [models.Repository]
180
181
182
it("should have a base") {
@@ -254,7 +254,7 @@ class GitHubEventSpec extends FunSpec with Matchers with Inside
254
255
256
257
258
259
260
0 commit comments