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