Skip to content

Commit ed42a60

Browse files
committed
Merge pull request #46 from code-check/organizationNum
Refactor for second test repo
2 parents d24f21d + 85b07f0 commit ed42a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/OraganizationOpSpec.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class OrganizationOpSpec extends FunSpec with Constants with BeforeAndAfter {
8080
assert(org.blog == "")
8181
assert(org.location == "Tokyo")
8282
assert(org.email == "")
83-
assert(org.public_repos == 1)
83+
assert(org.public_repos == 2)
8484
assert(org.public_gists == 0)
8585
assert(org.followers == 0)
8686
assert(org.following == 0)

0 commit comments

Comments
 (0)