diff --git a/tests/Admin.Tests.ps1 b/tests/Admin.Tests.ps1 index 6520e96..d240126 100644 --- a/tests/Admin.Tests.ps1 +++ b/tests/Admin.Tests.ps1 @@ -1,4 +1,6 @@ -Describe 'Admin' { +#Requires -Modules @{ ModuleName = 'Pester'; ModuleVersion = '6.0.0'; MaximumVersion = '6.*' } + +Describe 'Admin' { Context 'Function: Test-Admin' { It 'Should not throw' { { Test-Admin } | Should -Not -Throw