Skip to content

Commit

Permalink
* Remove unused var assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
schrolla committed Sep 6, 2024
1 parent 1f3d297 commit cb110b3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ InModuleScope Utility {
Push-Location $TestDrive
New-Item -ItemType Directory "$TestDrive\a\b" -Force -ErrorAction Ignore
New-Item -ItemType Directory "$TestDrive\c" -Force -ErrorAction Ignore

$Content = Invoke-ReadAllLines -Path "$TestDrive\a"
}

Context 'local file' {
Expand Down

0 comments on commit cb110b3

Please sign in to comment.