Skip to content

Commit 325a21e

Browse files
Update tests/Unit/Public/New-SqlDscLogin.Tests.ps1
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 5b3bb00 commit 325a21e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Unit/Public/New-SqlDscLogin.Tests.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ BeforeAll {
3434
# Loading mocked classes
3535
Add-Type -Path (Join-Path -Path (Join-Path -Path $PSScriptRoot -ChildPath '../Stubs') -ChildPath 'SMO.cs')
3636

37-
$PSDefaultParameterValues['InModuleScope:ModuleName'] = $script:dscModuleName
3837
$PSDefaultParameterValues['Mock:ModuleName'] = $script:dscModuleName
3938
$PSDefaultParameterValues['Should:ModuleName'] = $script:dscModuleName
4039
}

0 commit comments

Comments
 (0)