Skip to content

Commit d5094a0

Browse files
authored
Remove has_wiki check (#404)
Remove the `has_wiki` property check from the private repositories unit tests as Wikis are no longer supported on the GitHub free tier. Fixes #403
1 parent 516be0b commit d5094a0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/GitHubRepositories.tests.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)