We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52cc453 commit c77a141Copy full SHA for c77a141
tests/Unit/Public/Test-SqlDscDatabaseProperty.Tests.ps1
@@ -450,7 +450,7 @@ Describe 'Test-SqlDscDatabaseProperty' -Tag 'Public' {
450
}
451
452
453
- Context 'Database property parameters' {
+ Context 'When testing database property parameters' {
454
BeforeAll {
455
# Create mock database using the SMO stub - properties are already set to expected values
456
$mockDatabaseWithAllProperties = New-Object -TypeName 'Microsoft.SqlServer.Management.Smo.Database'
0 commit comments