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 }