Skip to content

Commit

Permalink
Fix spelling in temp code
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlydog committed Apr 20, 2024
1 parent 01723a6 commit 6fd0b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tiPS/Public/Get-PowerShellTip.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 6fd0b6e

Please sign in to comment.