Skip to content

Commit 85b07f0

Browse files
committed
Refactor for second test repo
I added a second test-repo in the dummy test organization for Issues Specs. Thus the organization test's public repo number needs to be updated.
1 parent d24f21d commit 85b07f0

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)