De-skipped some tests. Fixed a tiny bug in Add-Conditional formatting.

This commit is contained in:
jhoneill
2020-11-02 18:01:23 +00:00
parent 6149442bc0
commit 282d650072
10 changed files with 799 additions and 152 deletions

View File

@@ -204,7 +204,7 @@ Describe "Import-Excel on a sheet with no headings" {
}
It "Should handle data correctly if there is only a single row" {
$actual = Import-Excel $xlfileHeaderOnly
$actual = Import-Excel $xlfileHeaderOnly -WarningAction SilentlyContinue
$names = $actual.psobject.properties.Name
$names | Should -Be $null
$actual.Count | Should -Be 0