Skip to content

Commit a29cbee

Browse files
🩹 [Patch]: Remove redundant parameter from tests (#21)
## Description - Remove redundant parameter from tests ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [ ] 🪲 [Fix] - [x] 🩹 [Patch] - [ ] ⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
1 parent 5b7894c commit a29cbee

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

tests/PATH.Tests.ps1

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
[CmdletBinding()]
2-
Param(
3-
# Path to the module to test.
4-
[Parameter()]
5-
[string] $Path
6-
)
7-
8-
Write-Verbose "Path to the module: [$Path]" -Verbose
9-
10-
Describe 'PATH' {
1+
Describe 'PATH' {
112
Context 'Function: Get-EnvironemntPath' {
123
Context 'CurrentUser' {
134
It 'Should not throw' {

0 commit comments

Comments
 (0)