We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d24f21d + 85b07f0 commit ed42a60Copy full SHA for ed42a60
src/test/scala/OraganizationOpSpec.scala
@@ -80,7 +80,7 @@ class OrganizationOpSpec extends FunSpec with Constants with BeforeAndAfter {
80
assert(org.blog == "")
81
assert(org.location == "Tokyo")
82
assert(org.email == "")
83
- assert(org.public_repos == 1)
+ assert(org.public_repos == 2)
84
assert(org.public_gists == 0)
85
assert(org.followers == 0)
86
assert(org.following == 0)
0 commit comments