PSClassUtils icon indicating copy to clipboard operation
PSClassUtils copied to clipboard

Fix typo in Pestertest naming (missing -Not)

Open Stephanevg opened this issue 2 years ago • 0 comments

Currently:

{ $Woop.MyMethod($Plop) } | Should Not Throw

Should be

{ $Woop.MyMethod($Plop) } | Should **-Not** Throw

https://github.com/Stephanevg/PSClassUtils/blob/master/PSClassUtils/PSClassUtils.psm1#L2191

https://github.com/Stephanevg/PSClassUtils/blob/master/PSClassUtils/PSClassUtils.psm1#L2194

https://github.com/Stephanevg/PSClassUtils/blob/master/PSClassUtils/PSClassUtils.psm1#L2221

https://github.com/Stephanevg/PSClassUtils/blob/master/PSClassUtils/PSClassUtils.psm1#L2295

https://github.com/Stephanevg/PSClassUtils/blob/master/PSClassUtils/PSClassUtils.psm1#L2333C73-L2333C73

Stephanevg avatar Sep 14 '23 07:09 Stephanevg