Skip to content

Commit

Permalink
Whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwyatt committed May 18, 2015
1 parent c37c87b commit b183b56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Functions/Mock.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1299,8 +1299,8 @@ Describe 'When mocking a command that has an ArgumentList parameter with validat
It 'Calls the mock properly' {
$hash = @{ Result = $null }
$scriptBlock = { $hash.Result = Start-Process -FilePath cmd.exe -ArgumentList '/c dir c:\' }

$scriptBlock | Should Not Throw
$hash.Result | Should Be 'mocked'
}
}
}

0 comments on commit b183b56

Please sign in to comment.