mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-15 07:43:23 +00:00
fix test
This commit is contained in:
@@ -23,7 +23,7 @@ Describe 'Different ways to import sheets' -Tag ImportExcelReadSheets {
|
|||||||
|
|
||||||
$actual.keys.Count | Should -Be 2
|
$actual.keys.Count | Should -Be 2
|
||||||
$actual["March"].Count | Should -Be 100
|
$actual["March"].Count | Should -Be 100
|
||||||
$actual["June"].Count | Should -Be 100x`
|
$actual["June"].Count | Should -Be 100
|
||||||
}
|
}
|
||||||
|
|
||||||
It 'Should read all the sheets' {
|
It 'Should read all the sheets' {
|
||||||
|
|||||||
Reference in New Issue
Block a user