Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mruell committed Apr 13, 2022
1 parent 11d92e7 commit d2780b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/Github/Tests/Api/RepoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ public function shouldCreateRepositoryUsingNameOnly()
'name' => 'l3l0Repo',
'description' => '',
'homepage' => '',
'visibility' => 'public',
'private' => false,
'has_issues' => false,
'has_wiki' => false,
Expand All @@ -122,7 +121,6 @@ public function shouldCreateRepositoryForOrganization()
'name' => 'KnpLabsRepo',
'description' => '',
'homepage' => '',
'visibility' => 'public',
'private' => false,
'has_issues' => false,
'has_wiki' => false,
Expand Down Expand Up @@ -374,7 +372,6 @@ public function shouldCreateUsingAllParams()
'name' => 'l3l0Repo',
'description' => 'test',
'homepage' => 'http://l3l0.eu',
'visibility' => 'private',
'private' => true,
'has_issues' => false,
'has_wiki' => false,
Expand Down

0 comments on commit d2780b5

Please sign in to comment.