File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ Describe 'GitHubRepositories\New-GitHubRepository' {
88
88
$repo.homepage | Should - BeNullOrEmpty
89
89
$repo.has_issues | Should - BeTrue
90
90
$repo.has_projects | Should - BeTrue
91
- $repo.has_Wiki | Should - BeTrue
92
91
$repo.has_discussions | Should - BeFalse
93
92
$repo.allow_squash_merge | Should - BeTrue
94
93
$repo.allow_merge_commit | Should - BeTrue
@@ -284,7 +283,6 @@ Describe 'GitHubRepositories\New-GitHubRepository' {
284
283
$repo.homepage | Should - BeNullOrEmpty
285
284
$repo.has_issues | Should - BeTrue
286
285
$repo.has_projects | Should - BeTrue
287
- $repo.has_Wiki | Should - BeTrue
288
286
$repo.allow_squash_merge | Should - BeTrue
289
287
$repo.allow_merge_commit | Should - BeTrue
290
288
$repo.allow_rebase_merge | Should - BeTrue
You can’t perform that action at this time.
0 commit comments