Skip to content

Commit

Permalink
Update hallstromj#2
Browse files Browse the repository at this point in the history
alldist committed Dec 11, 2020
1 parent 2a25a44 commit a3d9b99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/User.tests.ps1
Original file line number Diff line number Diff line change
@@ -2,8 +2,8 @@ Describe 'User Check' {

Context "Checks to see if the scrupt runs successfully" {
It 'User_Enumeration.ps1 is running' {
$Os_Script = 'User_Enumeration.ps1'
$Os_Script | Should be $true
$User_Script = 'User_Enumeration.ps1'
$User_Script | Should be $true
}
}

0 comments on commit a3d9b99

Please sign in to comment.