Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leojonathanoh committed Jun 16, 2024
1 parent 030b7ac commit 2ed4a86
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Describe "Position-ExplorerWindow" -Tag 'Unit' {

Context 'Powershell versions' {

function Get-PowershellVersion { 5 }

It 'Runs only on Powershell <= v5' {
$paths = @(
'foo'
Expand Down

0 comments on commit 2ed4a86

Please sign in to comment.