Skip to content

Commit

Permalink
Fix write-error mock
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunLawrie committed Mar 15, 2024
1 parent 4b1d7b7 commit 701a92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PwshSpectreConsole.Docs/src/powershell/Mocks.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function Stop-SpectreRecordingMock {
return $result
}

function Write-Error {
function Write-ErrorMock {
param (
[string] $Message
)
Expand Down

0 comments on commit 701a92f

Please sign in to comment.