mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
De-skipped some tests. Fixed a tiny bug in Add-Conditional formatting.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user