diff --git a/tests/Helper/01_Get-ModuleBase.Tests.ps1 b/tests/Helper/01_Get-ModuleBase.Tests.ps1 index 8321900..55ba4f6 100644 --- a/tests/Helper/01_Get-ModuleBase.Tests.ps1 +++ b/tests/Helper/01_Get-ModuleBase.Tests.ps1 @@ -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 '' - } - } }