@@ -107,7 +107,7 @@ Describe "$($script:dscResourceName)_Integration" -Tag @('Integration_SQL2016',
107107 $resourceCurrentState.OwnerName | Should- Be (' {0}\SqlAdmin' -f $env: COMPUTERNAME )
108108 }
109109
110- It ' Should return $true when Test-DscConfiguration is run' {
110+ It ' Should return True when Test-DscConfiguration is run' {
111111 Test-DscConfiguration - Verbose - ErrorAction ' Stop' | Should- Be ' True'
112112 }
113113 }
@@ -161,7 +161,7 @@ Describe "$($script:dscResourceName)_Integration" -Tag @('Integration_SQL2016',
161161 $resourceCurrentState.Collation | Should- Be $ConfigurationData.AllNodes.Collation
162162 }
163163
164- It ' Should return $true when Test-DscConfiguration is run' {
164+ It ' Should return True when Test-DscConfiguration is run' {
165165 Test-DscConfiguration - Verbose - ErrorAction ' Stop' | Should- Be ' True'
166166 }
167167 }
@@ -215,7 +215,7 @@ Describe "$($script:dscResourceName)_Integration" -Tag @('Integration_SQL2016',
215215 $resourceCurrentState.CompatibilityLevel | Should- Be $ConfigurationData.AllNodes.CompatibilityLevel
216216 }
217217
218- It ' Should return $true when Test-DscConfiguration is run' {
218+ It ' Should return True when Test-DscConfiguration is run' {
219219 Test-DscConfiguration - Verbose - ErrorAction ' Stop' | Should- Be ' True'
220220 }
221221 }
@@ -269,7 +269,7 @@ Describe "$($script:dscResourceName)_Integration" -Tag @('Integration_SQL2016',
269269 $resourceCurrentState.RecoveryModel | Should- Be $ConfigurationData.AllNodes.RecoveryModel
270270 }
271271
272- It ' Should return $true when Test-DscConfiguration is run' {
272+ It ' Should return True when Test-DscConfiguration is run' {
273273 Test-DscConfiguration - Verbose - ErrorAction ' Stop' | Should- Be ' True'
274274 }
275275 }
@@ -323,7 +323,7 @@ Describe "$($script:dscResourceName)_Integration" -Tag @('Integration_SQL2016',
323323 $resourceCurrentState.OwnerName | Should- Be $ConfigurationData.AllNodes.OwnerName
324324 }
325325
326- It ' Should return $true when Test-DscConfiguration is run' {
326+ It ' Should return True when Test-DscConfiguration is run' {
327327 Test-DscConfiguration - Verbose - ErrorAction ' Stop' | Should- Be ' True'
328328 }
329329 }
@@ -377,7 +377,7 @@ Describe "$($script:dscResourceName)_Integration" -Tag @('Integration_SQL2016',
377377 $resourceCurrentState.SnapshotIsolation | Should- Be $ConfigurationData.AllNodes.SnapshotIsolation
378378 }
379379
380- It ' Should return $true when Test-DscConfiguration is run' {
380+ It ' Should return True when Test-DscConfiguration is run' {
381381 Test-DscConfiguration - Verbose - ErrorAction ' Stop' | Should- Be ' True'
382382 }
383383 }
@@ -435,7 +435,7 @@ Describe "$($script:dscResourceName)_Integration" -Tag @('Integration_SQL2016',
435435 $resourceCurrentState.SnapshotIsolation | Should- BeFalsy
436436 }
437437
438- It ' Should return $true when Test-DscConfiguration is run' {
438+ It ' Should return True when Test-DscConfiguration is run' {
439439 Test-DscConfiguration - Verbose - ErrorAction ' Stop' | Should- Be ' True'
440440 }
441441 }
0 commit comments