Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Aug 11, 2024
1 parent f91720e commit 7303da4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/GitHub.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ Describe 'GitHub' {
OutFile = $DownloadFilePath
}

$currentVersion = $PSVersionTable.PSVersion
$LaterThanSevenThree = $currentVersion -ge [version]'7.3'

Write-Verbose "currentVersion: $currentVersion" -Verbose
Write-Verbose "LaterThanSevenThree: $LaterThanSevenThree" -Verbose

$APICall | Remove-HashtableEntry -NullOrEmptyValues

if ($Body) {
Expand Down

0 comments on commit 7303da4

Please sign in to comment.