From 8a7331800685e77b767ee19a059ec80649e38256 Mon Sep 17 00:00:00 2001 From: YusufKhalifadev Date: Fri, 29 Mar 2024 19:20:44 +0200 Subject: [PATCH] fixed the issue that made pester not to work --- functions/private/Invoke-WinUtilGPU.ps1 | 2 +- .../{Invoke-WinUtilStickyKeys => Invoke-WinUtilStickyKeys.ps1} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename functions/private/{Invoke-WinUtilStickyKeys => Invoke-WinUtilStickyKeys.ps1} (100%) diff --git a/functions/private/Invoke-WinUtilGPU.ps1 b/functions/private/Invoke-WinUtilGPU.ps1 index b7eac175..e5436f82 100644 --- a/functions/private/Invoke-WinUtilGPU.ps1 +++ b/functions/private/Invoke-WinUtilGPU.ps1 @@ -1,4 +1,4 @@ -function Invoke-GPUCheck { +function Invoke-WinUtilGPU { $gpuInfo = Get-CimInstance Win32_VideoController foreach ($gpu in $gpuInfo) { diff --git a/functions/private/Invoke-WinUtilStickyKeys b/functions/private/Invoke-WinUtilStickyKeys.ps1 similarity index 100% rename from functions/private/Invoke-WinUtilStickyKeys rename to functions/private/Invoke-WinUtilStickyKeys.ps1