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 ca42754 commit 5ee1b94
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/Get-DbaStartupParameter.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ Describe "$CommandName Unit Tests" -Tag 'UnitTests' {

Describe "$CommandName Integration Tests" -Tags "IntegrationTests" {
Context "Command actually works" {
BeforeEach {
$results = Get-DbaStartupParameter -SqlInstance $script:instance2
$resultsSimple = Get-DbaStartParameter -SqlInstance $script:instance2 -Simple
}
$results = Get-DbaStartupParameter -SqlInstance $script:instance2
$resultsSimple = Get-DbaStartParameter -SqlInstance $script:instance2 -Simple
It "Results return anything" {
$results | Should -Not -Be $null
}
Expand Down

0 comments on commit 5ee1b94

Please sign in to comment.