Skip to content

Commit

Permalink
Update Math.tests.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolKaczmarek committed Aug 7, 2015
1 parent ac0cc0c commit 1af157f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Math.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Import-Module .\Math.psm1 -force
Describe 'Math' {
Context 'multiply function' {
It 'should correctly multiply positive numbers' {
Write-Host "GitHub key: $($env:GitHubKey)"
Write-Host "GitHub key... : $($env:GitHubKey)"
$result = multiply -first 4 -second 3
$result | Should Be 12
}
Expand Down

0 comments on commit 1af157f

Please sign in to comment.