From c55e5cbc88c47f472e608f402c5746613a76eff3 Mon Sep 17 00:00:00 2001 From: Zachary Folwick Date: Wed, 15 Jul 2015 16:30:20 -0700 Subject: [PATCH] fixed get-Content issues --- src/pester-tests/Test-Get-Content.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pester-tests/Test-Get-Content.Tests.ps1 b/src/pester-tests/Test-Get-Content.Tests.ps1 index b3c1654c1..0cb48aeea 100644 --- a/src/pester-tests/Test-Get-Content.Tests.ps1 +++ b/src/pester-tests/Test-Get-Content.Tests.ps1 @@ -9,7 +9,7 @@ Describe "Test-Get-Content" { Get-Content . -ErrorAction SilentlyContinue | Should Throw cat . -ErrorAction SilentlyContinue | Should Throw gc . -ErrorAction SilentlyContinue | Should Throw - type . -ErrorAction SilentlyContinue | Should Throw + type . -ErrorAction SilentlyContinue | Should Throw }