Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Jul 28, 2020
1 parent f24afed commit bc8f5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSTeams.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if ($null -eq (Get-Module -ListAvailable PSSharedGoods)) {
}

#$result = Invoke-Pester -Script $PSScriptRoot\Tests -PassThru
$result = Invoke-Pester -Path "$($PSScriptRoot)\Tests" -Output Detailed
$result = Invoke-Pester -Path "$($PSScriptRoot)\Tests" -EnableExit

if ($result.FailedCount -gt 0) {
throw "$($result.FailedCount) tests failed."
Expand Down

0 comments on commit bc8f5ba

Please sign in to comment.