AtlassianPS / JiraPS

PowerShell module to interact with Atlassian JIRA
https://AtlassianPS.org/module/JiraPS
MIT License
323 stars 131 forks source link

Typo in tests - $results #164

Closed kbakk closed 7 years ago

kbakk commented 7 years ago

The following lines seems to have a typo - $results vs $result.

https://github.com/AtlassianPS/JiraPS/blob/928c9fc3a9e3b3c6689c34ec99e49cc828063a75/Tests/New-JiraVersion.Tests.ps1#L102-L103

https://github.com/AtlassianPS/JiraPS/blob/928c9fc3a9e3b3c6689c34ec99e49cc828063a75/Tests/New-JiraVersion.Tests.ps1#L108-L109

https://github.com/AtlassianPS/JiraPS/blob/928c9fc3a9e3b3c6689c34ec99e49cc828063a75/Tests/New-JiraVersion.Tests.ps1#L126-L127

lipkau commented 7 years ago

Thank you for reporting this, @kbakk As it has no impact on the module's behavior, I don't see it as critical to publish it right away. but it will be published, once we get appveyor to publish to the Gallery again