diff --git a/tst/functions/Coverage.Tests.ps1 b/tst/functions/Coverage.Tests.ps1 index 5cdfd83db..bcfa99ba0 100644 --- a/tst/functions/Coverage.Tests.ps1 +++ b/tst/functions/Coverage.Tests.ps1 @@ -97,7 +97,7 @@ InPesterModuleScope { #{ function MyClass { - MyBaseClass; 'I am the constructor.' + MyBaseClass # call the base constructor } function MethodOne