From 6fd0b6ebd6ee6090172e2557c55ac27974d92178 Mon Sep 17 00:00:00 2001 From: deadlydog Date: Sat, 20 Apr 2024 17:21:53 -0600 Subject: [PATCH] Fix spelling in temp code --- src/tiPS/Public/Get-PowerShellTip.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tiPS/Public/Get-PowerShellTip.Tests.ps1 b/src/tiPS/Public/Get-PowerShellTip.Tests.ps1 index f010ee2..b775746 100644 --- a/src/tiPS/Public/Get-PowerShellTip.Tests.ps1 +++ b/src/tiPS/Public/Get-PowerShellTip.Tests.ps1 @@ -189,7 +189,7 @@ InModuleScope -ModuleName tiPS { # Must use InModuleScope to access script-level ConvertFrom-Json | Measure-Object | Select-Object -ExpandProperty Count - $powerShellTipsJsonFilePath | Should -Be "C:\Users\runneradmin\work\src\tiPS\PowerShellTips.json" + $powerShellTipsJsonFilePath | Should -Be "C:\Users\work\src\tiPS\PowerShellTips.json" $content | Should -Be "not actually this" $numberOfTipsInJsonFile | Should -Be 48 }