Skip to content

Commit

Permalink
fix meta tests (remove count test)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Moreau committed Sep 4, 2024
1 parent 1e57479 commit 71729c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tests/integration/UserLocal.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ Describe "Get User Local" {
}

It "Get User Local with -name $pester_userlocal -meta" {
$userlocal = Get-FGTUserLocal -meta -name $pester_userlocal
$userlocal.count | Should -Not -Be $NULL
$userlocal = Get-FGTUserLocal -name $pester_userlocal -meta
$userlocal.q_ref | Should -Not -BeNullOrEmpty
$userlocal.q_static | Should -Not -BeNullOrEmpty
$userlocal.q_no_rename | Should -Not -BeNullOrEmpty
Expand Down

0 comments on commit 71729c6

Please sign in to comment.