minor typo fixing

This commit is contained in:
Zachary Folwick 2015-09-21 13:41:41 -07:00
parent 256e426bd8
commit 8667e48939

View file

@ -50,8 +50,8 @@
It "Should return the same values for aliases" {
$getContentAlias = Get-Content -Path $testPath
$gcAlias = gc -Path $testPath
$catAlias = gc -Path $testPath
$typeAlias = gc -Path $testPath
$catAlias = cat -Path $testPath
$typeAlias = type -Path $testPath
$getContentAlias | Should Be $gcAlias
$getContentAlias | Should Be $catAlias