Skip to content

Commit

Permalink
fix: remove erroneous parameter for optionally running test
Browse files Browse the repository at this point in the history
- regression created in #93
  • Loading branch information
aldrichtr committed Jan 4, 2024
1 parent bcdf31f commit 0a5d24f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,5 @@ Describe "Testing private function Get-TestItemInfo" -Tags @('unit', 'TestItemIn
It "It Should have a 'Root' parameter" {
$command.Parameters['Root'].Count | Should -Be 1
}
It "It Should have a 'RunTest' parameter" {
$command.Parameters['RunTest'].Count | Should -Be 1
}
}
}

0 comments on commit 0a5d24f

Please sign in to comment.