From cc8530a22462750aee1354768215206994e74fe3 Mon Sep 17 00:00:00 2001 From: Frode Flaten <3436158+fflaten@users.noreply.github.com> Date: Thu, 13 Aug 2026 20:15:19 +0000 Subject: [PATCH] Fix missing description in help Caused render issues in PlatyPS v1 --- src/functions/Pester.SessionState.Mock.ps1 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/functions/Pester.SessionState.Mock.ps1 b/src/functions/Pester.SessionState.Mock.ps1 index 60f8892a5..1e9e785ae 100644 --- a/src/functions/Pester.SessionState.Mock.ps1 +++ b/src/functions/Pester.SessionState.Mock.ps1 @@ -614,6 +614,9 @@ function Assert-VerifiableMock { THIS COMMAND IS OBSOLETE AND WILL BE REMOVED SOMEWHERE DURING v5 LIFETIME, USE Should -InvokeVerifiable INSTEAD. + .DESCRIPTION + Checks if all verifiable Mocks has been called at least once. + .LINK https://pester.dev/docs/v5/commands/Assert-VerifiableMock #> @@ -681,6 +684,10 @@ function Assert-MockCalled { THIS COMMAND IS OBSOLETE AND WILL BE REMOVED SOMEWHERE DURING v5 LIFETIME, USE Should -Invoke INSTEAD. + .DESCRIPTION + Checks if a Mocked command has been called a certain number of times + and throws an exception if it has not. + .LINK https://pester.dev/docs/v5/commands/Assert-MockCalled #>