From a3d9b99fdbd6718840586f80f9c6beb64936c626 Mon Sep 17 00:00:00 2001 From: alldist Date: Fri, 11 Dec 2020 10:51:52 +0000 Subject: [PATCH] Update #2 --- tests/User.tests.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } }