Skip to content

Commit

Permalink
fix scope
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Oct 26, 2024
1 parent e26b8b7 commit 881bfc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .aider/prompts/conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ Describe "Get-DbaDatabase" -Tag "UnitTests" {
}
It "Should have exactly the number of expected parameters" {
$expected = $TestConfig.CommonParameters
$expected += @(
$script:expected = $TestConfig.CommonParameters
$script:expected += @(
"SqlInstance",
"SqlCredential",
"Database",
Expand Down

0 comments on commit 881bfc2

Please sign in to comment.