We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516be0b commit d5094a0Copy full SHA for d5094a0
1 file changed
Tests/GitHubRepositories.tests.ps1
@@ -88,7 +88,6 @@ Describe 'GitHubRepositories\New-GitHubRepository' {
88
$repo.homepage | Should -BeNullOrEmpty
89
$repo.has_issues | Should -BeTrue
90
$repo.has_projects | Should -BeTrue
91
- $repo.has_Wiki | Should -BeTrue
92
$repo.has_discussions | Should -BeFalse
93
$repo.allow_squash_merge | Should -BeTrue
94
$repo.allow_merge_commit | Should -BeTrue
@@ -284,7 +283,6 @@ Describe 'GitHubRepositories\New-GitHubRepository' {
284
283
285
286
287
288
289
290
$repo.allow_rebase_merge | Should -BeTrue
0 commit comments