From 89a4cfde0d88563765886fb679c90615341db3a5 Mon Sep 17 00:00:00 2001 From: dfinke Date: Sun, 12 Jun 2022 10:49:05 -0400 Subject: [PATCH] fix test --- __tests__/ImportExcelTests/ImportExcelReadSheets.tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/ImportExcelTests/ImportExcelReadSheets.tests.ps1 b/__tests__/ImportExcelTests/ImportExcelReadSheets.tests.ps1 index 362f0aa..1b8dfad 100644 --- a/__tests__/ImportExcelTests/ImportExcelReadSheets.tests.ps1 +++ b/__tests__/ImportExcelTests/ImportExcelReadSheets.tests.ps1 @@ -23,7 +23,7 @@ Describe 'Different ways to import sheets' -Tag ImportExcelReadSheets { $actual.keys.Count | Should -Be 2 $actual["March"].Count | Should -Be 100 - $actual["June"].Count | Should -Be 100x` + $actual["June"].Count | Should -Be 100 } It 'Should read all the sheets' {