Fixed Pester/PassThru

This commit is contained in:
Jesse Davis
2016-01-13 22:30:38 -06:00
parent 4ffd3084e4
commit 75548931ba
-2
View File
@@ -22,8 +22,6 @@ Describe 'Get-Keystrokes' {
$KeyLogger.Dispose()
It 'Should output to file' { Test-Path "$($env:TEMP)\key.log" | Should Be $true }
$KeyObjects = Get-Content -Path "$($env:TEMP)\key.log" | ConvertFrom-Csv
It 'Should log keystrokes' {
$FileLength = (Get-Item "$($env:TEMP)\key.log").Length