From 1035d0701d54c7dbdbcd8d267d21db5e1799816e Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Fri, 1 Nov 2024 23:16:37 +0100 Subject: [PATCH] Remove redundant parameter from tests --- tests/PublicIP.Tests.ps1 | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/tests/PublicIP.Tests.ps1 b/tests/PublicIP.Tests.ps1 index f663601..2eb8278 100644 --- a/tests/PublicIP.Tests.ps1 +++ b/tests/PublicIP.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 'PublicIP' { +Describe 'PublicIP' { Context 'Get-PublicIP' { It 'Should return the public IP address' { $PublicIP = Get-PublicIP