Skip to content

Commit d2780b5

Browse files
committed
Fix tests
1 parent 11d92e7 commit d2780b5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/Github/Tests/Api/RepoTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ public function shouldCreateRepositoryUsingNameOnly()
9595
'name' => 'l3l0Repo',
9696
'description' => '',
9797
'homepage' => '',
98-
'visibility' => 'public',
9998
'private' => false,
10099
'has_issues' => false,
101100
'has_wiki' => false,
@@ -122,7 +121,6 @@ public function shouldCreateRepositoryForOrganization()
122121
'name' => 'KnpLabsRepo',
123122
'description' => '',
124123
'homepage' => '',
125-
'visibility' => 'public',
126124
'private' => false,
127125
'has_issues' => false,
128126
'has_wiki' => false,
@@ -374,7 +372,6 @@ public function shouldCreateUsingAllParams()
374372
'name' => 'l3l0Repo',
375373
'description' => 'test',
376374
'homepage' => 'http://l3l0.eu',
377-
'visibility' => 'private',
378375
'private' => true,
379376
'has_issues' => false,
380377
'has_wiki' => false,

0 commit comments

Comments
 (0)