Skip to content

Commit 59d8ba4

Browse files
Copilotjohlju
andcommitted
Fix FullyQualifiedErrorId test expectation to match PowerShell's error format
Co-authored-by: johlju <[email protected]>
1 parent 43991fa commit 59d8ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Public/Assert-SqlLogin.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Describe 'Assert-SqlLogin' -Tag 'Public' {
9595
catch
9696
{
9797
$_.CategoryInfo.Category | Should -Be 'ObjectNotFound'
98-
$_.FullyQualifiedErrorId | Should -Be 'ASL0001'
98+
$_.FullyQualifiedErrorId | Should -Be 'ASL0001,Assert-SqlLogin'
9999
}
100100
}
101101

0 commit comments

Comments
 (0)