From 881bfc2f28c0f0656121cbabe4a3332d178e20e6 Mon Sep 17 00:00:00 2001 From: Chrissy LeMaire Date: Sat, 26 Oct 2024 23:07:10 +0200 Subject: [PATCH] fix scope --- .aider/prompts/conventions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.aider/prompts/conventions.md b/.aider/prompts/conventions.md index 27bd50e912..b3e03a86b6 100644 --- a/.aider/prompts/conventions.md +++ b/.aider/prompts/conventions.md @@ -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",