diff --git a/tests/User.tests.ps1 b/tests/User.tests.ps1 index b3969ad2..b65c1ecc 100644 --- a/tests/User.tests.ps1 +++ b/tests/User.tests.ps1 @@ -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 } }