We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3bb00 commit 325a21eCopy full SHA for 325a21e
tests/Unit/Public/New-SqlDscLogin.Tests.ps1
@@ -34,7 +34,6 @@ BeforeAll {
34
# Loading mocked classes
35
Add-Type -Path (Join-Path -Path (Join-Path -Path $PSScriptRoot -ChildPath '../Stubs') -ChildPath 'SMO.cs')
36
37
- $PSDefaultParameterValues['InModuleScope:ModuleName'] = $script:dscModuleName
38
$PSDefaultParameterValues['Mock:ModuleName'] = $script:dscModuleName
39
$PSDefaultParameterValues['Should:ModuleName'] = $script:dscModuleName
40
}
0 commit comments