syntax notation

This commit is contained in:
Leonid Lapshin
2020-09-07 10:27:55 +03:00
parent e438bd4302
commit 2e6ca0ca56
5 changed files with 12 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ Describe "WDK" {
}
It "WDK version from system" {
$version = Get-VSExtensionVersion -packageName "Microsoft.Windows.DriverKit"
$version = Get-VSExtensionVersion -PackageName "Microsoft.Windows.DriverKit"
$version | Should -Not -BeNullOrEmpty
}
}