Skip to content

Commit bd208ed

Browse files
authored
Update PowerUpSQLTests.ps1
1 parent 3937b2a commit bd208ed

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

tests/PowerUpSQLTests.ps1

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# PowerUpSQL Pester Tests
22
# Tested on SQL Server 2014
33
# This should used against a local SQL Server instance that meets the following criteria:
4-
# - Setup in mixed mode
5-
# - The windows user running the script hash sysadmin on the local SQL Server default instance
4+
# - SQL Server 2014
5+
# - Mixed mode
6+
# - The windows user running the script has sysadmin
67
# - The pesterdb.sql configuration script was run on the SQL Server by a sysadmin
78

89
######################################################
@@ -236,7 +237,6 @@ Describe "Get-SQLConnectionTestThreaded" {
236237
}
237238
}
238239

239-
240240
#endregion
241241

242242
######################################################
@@ -1414,5 +1414,4 @@ Describe "Get-SQLFuzzServerLogin" {
14141414
}
14151415
}
14161416

1417-
14181417
#endregion

0 commit comments

Comments
 (0)