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' {
8888 $repo.homepage | Should - BeNullOrEmpty
8989 $repo.has_issues | Should - BeTrue
9090 $repo.has_projects | Should - BeTrue
91- $repo.has_Wiki | Should - BeTrue
9291 $repo.has_discussions | Should - BeFalse
9392 $repo.allow_squash_merge | Should - BeTrue
9493 $repo.allow_merge_commit | Should - BeTrue
@@ -284,7 +283,6 @@ Describe 'GitHubRepositories\New-GitHubRepository' {
284283 $repo.homepage | Should - BeNullOrEmpty
285284 $repo.has_issues | Should - BeTrue
286285 $repo.has_projects | Should - BeTrue
287- $repo.has_Wiki | Should - BeTrue
288286 $repo.allow_squash_merge | Should - BeTrue
289287 $repo.allow_merge_commit | Should - BeTrue
290288 $repo.allow_rebase_merge | Should - BeTrue
You can’t perform that action at this time.
0 commit comments