Skip to content

Commit

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

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

0 comments on commit 1e57479

Please sign in to comment.