fixing typos in unittesting

This commit is contained in:
YusufKhalifadev
2024-03-29 14:05:23 +02:00
parent d0a56b1028
commit b91486dccb
2 changed files with 3 additions and 3 deletions

View File

@ -37,8 +37,8 @@ Describe "Functions"{
basename = $($psitem.BaseName)
fullname = $psitem.FullName
} {
Get-ChildItem function:\ -Name $basename | Should -Not -BeNullOrEmpty
Get-ChildItem function:\$basename | Should -Not -BeNullOrEmpty
}
}
}
}
}