Skip to content

Commit

Permalink
Improve pester Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanroie committed May 24, 2018
1 parent 9292baa commit 9af38e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Public/Items/Get-OPNsenseItem.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ InModuleScope PS_OPNsense {
It "Get <item> should not throw" -TestCases $testcases {
param($module, $item)
if ($module -eq 'relayd') {
Set-TestInconclusive "$Module is under development"
Set-TestInconclusive "$Module is under development"
}
{
$result = Get-OPNsenseItem -Module $module -Item $item
Expand Down

0 comments on commit 9af38e1

Please sign in to comment.