Skip to content

Commit

Permalink
Update Set-DbaStartupParameter.Tests.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Oct 17, 2024
1 parent 095dc68 commit 3ebd5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Set-DbaStartupParameter.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Describe "Set-DbaStartupParameter" {
It "Ensure the correct instance name is returned" {
$result = Set-DbaStartupParameter -SqlInstance $namedInstance -TraceFlag 3226 -Confirm:$false

$result.SqlInstance | Should -Be $namedInstance
$result.SqlInstance | Should -Not -BeNullOrEmpty
$result.TraceFlags.Count | Should -Be 1
$result.TraceFlags[0] | Should -Be 3226
}
Expand Down

0 comments on commit 3ebd5d3

Please sign in to comment.