Skip to content

Commit e216d11

Browse files
Remove params on tests
1 parent ce30315 commit e216d11

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

tests/PSModuleTest.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 'Module' {
1+
Describe 'Module' {
112
It 'Function: Get-PSModuleTest' {
123
Get-PSModuleTest -Name 'World' | Should -Be 'Hello, World!'
134
}

0 commit comments

Comments
 (0)