Skip to content

Commit

Permalink
Update Get-JCPolicy.Tests.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
jworkmanjc authored Nov 6, 2024
1 parent 4a8af08 commit 8fb9bec
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ Describe -Tag:('JCPolicy') 'Get-JCPolicy 1.10' {
$SingleResult = Get-JCPolicy -Name:($PesterParams_SinglePolicy.Name)
$SingleResult.name | Should -Not -BeNullOrEmpty
$SingleResult.id | Should -Not -BeNullOrEmpty
$SingleResult.values | Should -BeNullOrEmpty
$SingleResult.template | Should -Not -BeNullOrEmpty
$SingleResult.templateID | Should -Not -BeNullOrEmpty
# notes should be returned
Expand Down

0 comments on commit 8fb9bec

Please sign in to comment.