You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In both cases the tests rely on Should -Throw -ExpectedMessage. The current release of PSKoans prefers Pester 4.10.1 which treats -ExpectedMessage an a literal.
In Pester 5 this string supports wildcards, which in turn breaks use of types such as [System.Object[]] in an expected message string.
Describe "Koan Bug, Issue, or Help Request"
Context "The Problematic Assertions"
Context "Your Attempts"
N/A
Context "Additional Information"
In both cases the tests rely on
Should -Throw -ExpectedMessage
. The current release of PSKoans prefers Pester 4.10.1 which treats-ExpectedMessage
an a literal.In Pester 5 this string supports wildcards, which in turn breaks use of types such as
[System.Object[]]
in an expected message string.See also: pester/Pester#1793
The text was updated successfully, but these errors were encountered: