From 7867c6106fd0bc22c5751557bcfc6634487f38cf Mon Sep 17 00:00:00 2001 From: Alden Hilton Date: Thu, 26 Sep 2024 17:19:40 -0700 Subject: [PATCH] Add missing mock for unit test --- .../Unit/PowerShell/Orchestrator/Invoke-ScubaCached.Tests.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/PowerShell/ScubaGear/Testing/Unit/PowerShell/Orchestrator/Invoke-ScubaCached.Tests.ps1 b/PowerShell/ScubaGear/Testing/Unit/PowerShell/Orchestrator/Invoke-ScubaCached.Tests.ps1 index 7c0ad19da..e4d807f16 100644 --- a/PowerShell/ScubaGear/Testing/Unit/PowerShell/Orchestrator/Invoke-ScubaCached.Tests.ps1 +++ b/PowerShell/ScubaGear/Testing/Unit/PowerShell/Orchestrator/Invoke-ScubaCached.Tests.ps1 @@ -27,6 +27,7 @@ InModuleScope Orchestrator { Mock -CommandName Write-Debug {} Mock -CommandName New-Item {} Mock -CommandName Get-Content {} + Mock -CommandName Get-Member {} } Context 'When checking the conformance of commercial tenants' { BeforeAll {