Skip to content

Commit c77a141

Browse files
committed
Clarify context name for database property parameters in tests
1 parent 52cc453 commit c77a141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Public/Test-SqlDscDatabaseProperty.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ Describe 'Test-SqlDscDatabaseProperty' -Tag 'Public' {
450450
}
451451
}
452452

453-
Context 'Database property parameters' {
453+
Context 'When testing database property parameters' {
454454
BeforeAll {
455455
# Create mock database using the SMO stub - properties are already set to expected values
456456
$mockDatabaseWithAllProperties = New-Object -TypeName 'Microsoft.SqlServer.Management.Smo.Database'

0 commit comments

Comments
 (0)