mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-03 19:53:50 -05:00
Update functions.Tests.ps1
This commit is contained in:
@ -37,7 +37,7 @@ Describe "Functions"{
|
||||
basename = $($psitem.BaseName)
|
||||
fullname = $psitem.FullName
|
||||
} {
|
||||
Get-ChildItem function:\ -Name $basename | Should Not BeNullOrEmpty
|
||||
Get-ChildItem function:\ -Name $basename | Should -Not -BeNullOrEmpty
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user