Skip to content

Commit

Permalink
sure
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Oct 20, 2024
1 parent 94c6b4f commit 43bd62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Add-DbaRegServer.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Describe "Add-DbaRegServer" {
}

It "adds a registered server with extended properties" {
$results2 = Add-DbaRegServer -SqlInstance $global:instance1 -ServerName $RegsrvName -Name $srvName -Group $groupobject -Description $regSrvDesc
$results2 = Add-DbaRegServer -SqlInstance $global:instance1 -ServerName $regSrvName -Name $srvName -Group $groupobject -Description $regSrvDesc
$results2.ServerName | Should -Be $regSrvName
$results2.Description | Should -Be $regSrvDesc
$results2.Name | Should -Be $srvName
Expand Down

0 comments on commit 43bd62f

Please sign in to comment.