minor typo fixes

This commit is contained in:
Zachary Folwick 2015-09-17 16:18:31 -07:00
parent 2c303db564
commit dabf16789d

View file

@ -84,7 +84,7 @@
}
It "Should return the last line of a file using the Tail switch" {
Get-Content -Path $testPath -Tail 1 | Should Be $fifthline
Get-Content -Path $testPath -Tail 1 | Should Be $testString
}
It "Should return the last lines of a file using the Last alias" {