Skip to content

Commit 09dac6d

Browse files
committed
Update references in SMO.cs to use Test-SqlDscIsAgentAlert for consistency in test naming
1 parent bdb4d30 commit 09dac6d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/Unit/Stubs/SMO.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,7 +1538,7 @@ namespace Microsoft.SqlServer.Management.Smo.Agent
15381538
// New-SqlDscAgentAlert.Tests.ps1
15391539
// Set-SqlDscAgentAlert.Tests.ps1
15401540
// Remove-SqlDscAgentAlert.Tests.ps1
1541-
// Test-SqlDscAgentAlert.Tests.ps1
1541+
// Test-SqlDscIsAgentAlert.Tests.ps1
15421542
// SqlAgentAlert.Tests.ps1
15431543
public enum AlertType
15441544
{
@@ -1636,7 +1636,7 @@ public static AlertCollection CreateTypeInstance()
16361636
// New-SqlDscAgentAlert.Tests.ps1
16371637
// Set-SqlDscAgentAlert.Tests.ps1
16381638
// Remove-SqlDscAgentAlert.Tests.ps1
1639-
// Test-SqlDscAgentAlert.Tests.ps1
1639+
// Test-SqlDscIsAgentAlert.Tests.ps1
16401640
public class Alert
16411641
{
16421642
// Constructor
@@ -1683,4 +1683,3 @@ public static Alert CreateTypeInstance()
16831683

16841684
#endregion
16851685
}
1686-

0 commit comments

Comments
 (0)