Skip to content

Commit

Permalink
fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Nov 5, 2024
1 parent 7f9af6f commit bdd3fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Reset-DbaAdmin.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Describe "Reset-DbaAdmin" -Tag "UnitTests" {
$expected = $TestConfig.CommonParameters
$expected += @(
"SqlInstance",
"SqlCredential",
"SqlCredential",
"Login",
"SecurePassword",
"Force",
Expand Down Expand Up @@ -59,4 +59,4 @@ Describe "Reset-DbaAdmin" -Tag "IntegrationTests" {
$results.IsMember("sysadmin") | Should -Be $true
}
}
}
}

0 comments on commit bdd3fb3

Please sign in to comment.