diff --git a/Tests/Config/Settings.ps1 b/Tests/Config/Settings.ps1 index a250e88e..701eb7e4 100644 --- a/Tests/Config/Settings.ps1 +++ b/Tests/Config/Settings.ps1 @@ -2,7 +2,7 @@ # Licensed under the MIT License. # The account that the tests will be running under -$script:ownerName = 'jorivtest' +$script:ownerName = 'PowerShellForGitHubTeam' # The organization that the tests will be running under -$script:organizationName = 'jorivorg' \ No newline at end of file +$script:organizationName = 'PowerShellForGitHubTeamTestOrg' \ No newline at end of file