Skip to content

Commit

Permalink
Update functions.Tests.ps1
Browse files Browse the repository at this point in the history
FIXED
  • Loading branch information
ChrisTitusTech committed Nov 28, 2023
1 parent e82601f commit 4c2146b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pester/functions.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ Describe "Functions"{
fullname = $psitem.FullName
} {
Get-ChildItem function:\$basename | should -Not -BeNullOrEmpty
} {
get-help $basename -ErrorAction SilentlyContinue | Select-Object -ExpandProperty Description | should -Not -BeNullOrEmpty
}
}
}
}
}

0 comments on commit 4c2146b

Please sign in to comment.