Skip to content

Commit

Permalink
Describe block title typo
Browse files Browse the repository at this point in the history
Describe block title should be "Get-JiraIssue"
  • Loading branch information
borislol authored Dec 14, 2020
1 parent 93b53a3 commit 35523d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Functions/Get-JiraIssue.Unit.Tests.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#requires -modules BuildHelpers
#requires -modules @{ ModuleName = "Pester"; ModuleVersion = "4.4.0" }

Describe "Get-JiraGroupMember" -Tag 'Unit' {
Describe "Get-JiraIssue" -Tag 'Unit' {

BeforeAll {
Remove-Item -Path Env:\BH*
Expand Down

0 comments on commit 35523d7

Please sign in to comment.