Skip to content

Commit

Permalink
Fix coverage code for pre-v5 (#2577)
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd authored Nov 17, 2024
1 parent 4f98a73 commit 7e5d35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tst/functions/Coverage.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ InPesterModuleScope {
#{
function MyClass
{
MyBaseClass; 'I am the constructor.'
MyBaseClass # call the base constructor
}
function MethodOne
Expand Down

0 comments on commit 7e5d35c

Please sign in to comment.