From 7e5d35ca65370af0181c77c3a75c4d08e57fefb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Sun, 17 Nov 2024 16:41:58 +0100 Subject: [PATCH] Fix coverage code for pre-v5 (#2577) --- tst/functions/Coverage.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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