Skip to content

Commit

Permalink
Restore splat parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanroie committed Oct 6, 2018
1 parent ca88e51 commit b4e36f2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Tests/New-OPNsenseItem.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ InModuleScope PS_OPNsense {
Set-TestInconclusive "$Module is under development"
}
$Splat = @{ "$Module" = "$Item"}
$Splat = @{
"Module" = $Module
"Item" = $Item
}

#{
# $result = Get-OPNsenseItem @Splat
#} | should Not Throw
Expand Down

0 comments on commit b4e36f2

Please sign in to comment.