We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d24f21d commit 85b07f0Copy full SHA for 85b07f0
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