Skip to content

Commit 731d3f4

Browse files
🩹 [Patch]: Remove redundant parameter from tests (#19)
## 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 5e50864 commit 731d3f4

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

tests/PublicIP.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 'PublicIP' {
1+
Describe 'PublicIP' {
112
Context 'Get-PublicIP' {
123
It 'Should return the public IP address' {
134
$PublicIP = Get-PublicIP

0 commit comments

Comments
 (0)