diff --git a/Math.tests.ps1 b/Math.tests.ps1 index 25dad66..91bcad7 100644 --- a/Math.tests.ps1 +++ b/Math.tests.ps1 @@ -6,6 +6,7 @@ Import-Module .\Math.psm1 -force Describe 'Math' { Context 'multiply function' { It 'should correctly multiply positive numbers' { + Write-Host "GitHub key: $($env:GitHubKey)" $result = multiply -first 4 -second 3 $result | Should Be 12 } @@ -16,4 +17,4 @@ Describe 'Math' { } } -} \ No newline at end of file +}