mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
Tests statuses improve
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
Describe "Password Support" {
|
||||
if ($PSVersionTable.PSVersion.Major -GT 5) {
|
||||
Write-Warning "Can't test passwords on V6 and later"
|
||||
It "Password Supported" {
|
||||
Set-ItResult -Pending -Because "Can't test passwords on V6 and later"
|
||||
}
|
||||
return
|
||||
}
|
||||
Context "Password protected sheet" {
|
||||
|
||||
Reference in New Issue
Block a user