From 0436d6fa3b7b7a9afaa667ebbeb2d5877ef88b3e Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Fri, 1 Nov 2024 23:16:44 +0100 Subject: [PATCH] Remove redundant parameter from tests --- tests/PATH.Tests.ps1 | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/tests/PATH.Tests.ps1 b/tests/PATH.Tests.ps1 index 5000579..30f0c97 100644 --- a/tests/PATH.Tests.ps1 +++ b/tests/PATH.Tests.ps1 @@ -1,13 +1,4 @@ -[CmdletBinding()] -Param( - # Path to the module to test. - [Parameter()] - [string] $Path -) - -Write-Verbose "Path to the module: [$Path]" -Verbose - -Describe 'PATH' { +Describe 'PATH' { Context 'Function: Get-EnvironemntPath' { Context 'CurrentUser' { It 'Should not throw' {