Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aultt authored and johlju committed Aug 19, 2016
1 parent d59b687 commit a538a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Unit/MSFT_xSqlAlias.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ try
Write-Output 'DBMSSOCN,localhost,1433'
}

$SqlAlias = Get-TargetResource -Name 'localhost' -Servname 'localhost'
$SqlAlias = Get-TargetResource -Name 'localhost' -Servername 'localhost'

It 'Should return hashtable with Key Protocol'{
$SqlAlias.ContainsKey('Protocol') | Should Be $true
Expand Down

0 comments on commit a538a0e

Please sign in to comment.