Skip to content

Commit

Permalink
🩹 [Refactor]: Update test descriptions to reflect function name chang…
Browse files Browse the repository at this point in the history
…e from Get-GitHubUser to Update-GitHubUser
  • Loading branch information
MariusStorhaug committed Dec 26, 2024
1 parent c7ade68 commit 8ea40cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/GitHub.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ Describe 'As a user - Fine-grained PAT token - user account access (USER_FG_PAT)
It 'Get-GitHubUser - Get the specified user (USER_FG_PAT)' {
{ Get-GitHubUser -Username 'Octocat' } | Should -Not -Throw
}
It 'Get-GitHubUser - Can set configuration on a user (USER_FG_PAT)' {
It 'Update-GitHubUser - Can set configuration on a user (USER_FG_PAT)' {
# $params = @{
# Name = 'Octocat'
# Blog = 'https://marius-storhaug.com'
Expand Down Expand Up @@ -637,7 +637,7 @@ Describe 'As a user - Classic PAT token (PAT)' {
It 'Get-GitHubUser - Get the specified user (PAT)' {
{ Get-GitHubUser -Username 'Octocat' } | Should -Not -Throw
}
It 'Get-GitHubUser - Can set configuration on a user (PAT)' {
It 'Update-GitHubUser - Can set configuration on a user (PAT)' {
# $params = @{
# Name = 'Octocat'
# Blog = 'https://marius-storhaug.com'
Expand Down

0 comments on commit 8ea40cd

Please sign in to comment.