Skip to content

Commit

Permalink
use hte right functionname
Browse files Browse the repository at this point in the history
  • Loading branch information
SQLDBAWithABeard committed May 27, 2018
1 parent f0d03e3 commit f8a71cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/Server.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Describe "Disk Allocation Unit" -Tags DiskAllocationUnit, $filename {
@(Get-ComputerName).ForEach{
Context "Testing disk allocation unit on $psitem" {
It "Should be set to 64kb " -Skip:$exclude {
Assert-DiskAllocation -ComputerName $psitem
Assert-DiskAllocationUnit -ComputerName $psitem
}
}
}
Expand Down

0 comments on commit f8a71cc

Please sign in to comment.