From 1e60f4013ed521b7ef05027c843fe291fedeb3d7 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sun, 24 Nov 2024 22:38:48 +0100 Subject: [PATCH] Update test to reflect correct GitHub config ID --- tests/GitHub.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } } }