Skip to content

Commit

Permalink
fixing Get-JiraUser -Exact unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Poręba committed Jan 10, 2019
1 parent eb8c09a commit adf6e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Functions/Get-JiraUser.Unit.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Describe "Get-JiraUser" -Tag 'Unit' {
}

It "Gets information about a provided Jira exact user" {
$getResult = Get-JiraUser -UserName $testUsername
$getResult = Get-JiraUser -UserName $testUsername -Exact

$getResult | Should Not BeNullOrEmpty

Expand Down

0 comments on commit adf6e40

Please sign in to comment.