Skip to content

Commit

Permalink
(do Get-DbaStartupParameter)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton authored Jan 3, 2024
1 parent 5620774 commit 1bf02f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Get-DbaStartupParameter.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Describe "$CommandName Integration Tests" -Tags "IntegrationTests" {
It "Only outputs results for Simple parameter" {
# Picking property that will not exist on Simple object output
# Only check for property name because it may not have a value even when you don't use -Simple parameter
$resultSimple.PSObject.Properties.Name -notmatch "CommandPromptStart" | Should -BeTrue
"CommandPromptStart" -notint $resultSimple.PSObject.Properties.Name | Should -BeTrue
}
}
}

0 comments on commit 1bf02f9

Please sign in to comment.