Skip to content

Commit

Permalink
Update test to reflect correct GitHub config ID
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Nov 24, 2024
1 parent 7f9ab58 commit 1e60f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/GitHub.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
$config = Get-GitHubConfig
Write-Verbose ($config | Format-Table | Out-String) -Verbose
{ Get-GitHubConfig } | Should -Not -Throw
$config.ID | Should -Be 'GitHub'
$config.ID | Should -Be 'PSModule.GitHub'
}
}
}
Expand Down

0 comments on commit 1e60f40

Please sign in to comment.