Skip to content

Commit 9d98844

Browse files
committed
Fix Describe block name in Set-SqlDscDatabaseProperty tests
1 parent 0bdc7fb commit 9d98844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ AfterAll {
4949
Remove-Item -Path 'env:SqlServerDscCI'
5050
}
5151

52-
Describe 'Set-SqlDscDatabasePropertyProperty' -Tag 'Public' {
52+
Describe 'Set-SqlDscDatabaseProperty' -Tag 'Public' {
5353
Context 'When modifying a database using ServerObject and Name' {
5454
BeforeAll {
5555
$script:mockAlterCalled = $false

0 commit comments

Comments
 (0)