fix dumy output

This commit is contained in:
OCram85 2018-03-09 14:24:40 +01:00
parent 691a736cc0
commit 4b99f83dd2
1 changed files with 0 additions and 7 deletions

View File

@ -22,11 +22,4 @@ Describe "Get-ModuleBase" {
{ Get-ModuleBase } | Should -Not -Throw
}
}
Context "Testing basic scenario" {
# Dummy test. This can only be executed if it gets populated by the module itself. But it's
# private function an returns $null when it's called by pester...
It "Env: AppVeyor" {
Get-ModuleBase | Should -Be ''
}
}
}