Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Nov 5, 2023
1 parent 1ddf647 commit e676b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/GitHub/Get-GitHubRepository.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Context 'Parameter Set: MyRepos_Type' {
It 'Can be called with no parameters' {
{ Get-GitHubRepository } | Should -Not -Throw
{ Get-GitHubRepository - } | Should -Not -Throw
}

It 'Can be called with Type parameter' {
{ Get-GitHubRepository -Type 'owner' } | Should -Not -Throw
{ Get-GitHubRepository -Type 'public' } | Should -Not -Throw
}
}

Expand Down

0 comments on commit e676b81

Please sign in to comment.