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
Details of the scenario you tried and the problem that is occurring:
As of Pester v4 the syntax of the Should cmdlet has changed from Should Be to Should -Be.
Details of the scenario you tried and the problem that is occurring:
As of Pester v4 the syntax of the
Should
cmdlet has changed fromShould Be
toShould -Be
.There is a helpful script that can be used to easily perform the conversion:
https://gist.github.com/indented-automation/aeb14825e39dd8849beee44f681fbab3
This script should be used to correct the Pester syntax.
The text was updated successfully, but these errors were encountered: