diff --git a/tests/GitHub.Tests.ps1 b/tests/GitHub.Tests.ps1 index 8b7c7c11..067d52ee 100644 --- a/tests/GitHub.Tests.ps1 +++ b/tests/GitHub.Tests.ps1 @@ -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' } } }