Skip to content

Commit

Permalink
🩹 [Patch]: Remove redundant parameter from tests (#19)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
MariusStorhaug authored Nov 2, 2024
1 parent 5e50864 commit 731d3f4
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions tests/PublicIP.Tests.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 731d3f4

Please sign in to comment.