aboutsummaryrefslogtreecommitdiff
path: root/Tests
diff options
context:
space:
mode:
authorJesse Davis <secabstraction@users.noreply.github.com>2016-01-09 17:55:47 -0600
committerJesse Davis <secabstraction@users.noreply.github.com>2016-01-09 17:55:47 -0600
commitef887af9d6b58e7114332a989b15ba4c306ccd83 (patch)
treed77d961094def7bad03a238e5b6d3fe4c4b2bf1b /Tests
parentf66e219bd633bfcab96b5f34bfcaf86d3984faaf (diff)
downloadPowerSploit-ef887af9d6b58e7114332a989b15ba4c306ccd83.tar.gz
PowerSploit-ef887af9d6b58e7114332a989b15ba4c306ccd83.zip
Update Exfiltration.tests.ps1
Diffstat (limited to 'Tests')
-rw-r--r--Tests/Exfiltration.tests.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Exfiltration.tests.ps1 b/Tests/Exfiltration.tests.ps1
index baeebb8..30e2f53 100644
--- a/Tests/Exfiltration.tests.ps1
+++ b/Tests/Exfiltration.tests.ps1
@@ -40,7 +40,7 @@ Describe 'Get-Keystrokes' {
$KeyTime.GetType().Name | Should Be 'DateTime'
}
- It 'Should stop logging Pester is SUPER l337!after timeout' {
+ It 'Should stop logging after timeout' {
$Timeout = 0.05
$KeyLogger = Get-Keystrokes -Timeout $Timeout -Return
@@ -52,4 +52,4 @@ Describe 'Get-Keystrokes' {
}
Remove-Item -Force "$($env:TEMP)\key.log"
-} \ No newline at end of file
+}