Skip to content

Commit

Permalink
Removed debug messages from test file
Browse files Browse the repository at this point in the history
  • Loading branch information
lipkau committed Jan 11, 2019
1 parent a0e29a6 commit c6c21df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/Functions/Get-JiraIssueAttachmentFile.Unit.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ Describe "Get-JiraIssueAttachmentFile" -Tag 'Unit' {
}

It 'uses Invoke-JiraMethod for saving to disk' {
$script:ShowMockData = $true
Get-JiraIssueAttachment -Issue "Foo" | Get-JiraIssueAttachmentFile
Get-JiraIssueAttachment -Issue "Foo" | Get-JiraIssueAttachmentFile -Path "../"

Expand Down

0 comments on commit c6c21df

Please sign in to comment.