We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032691a commit 8867555Copy full SHA for 8867555
src/gsudo.Wrappers.Tests/Invoke-gsudo.Tests.ps1
@@ -43,7 +43,7 @@ Describe "PS Invoke-Gsudo (PSv$($PSVersionTable.PSVersion.Major))" {
43
}
44
45
It "It throws with .Net Exceptions" {
46
- { Invoke-gsudo { [int]::Parse('foo') } } | Should -throw "*Input string was not*"
+ { Invoke-gsudo { [int]::Parse('foo') } } | Should -throw "*nput string*"
47
48
49
It "It throws when ErrorAction = Stop" {
0 commit comments