Skip to content
This repository has been archived by the owner on Jan 3, 2021. It is now read-only.

Commit

Permalink
Fix warn -> @warn
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisvalentiner committed Oct 31, 2018
1 parent 0e1d395 commit 905e22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ if haskey(ENV, "DARKSKY_API_KEY")
@test Dict(response) == convert(Dict, response)
@test isa(forecast(42.3601, -71.0589, DateTime(2018, 1, 1, 0, 0, 0), lang="es", units="si", exclude=["minutely"]), DarkSky.DarkSkyResponse)
else
warn("Dark Sky API key was not found in your system environment variables, skipping tests...")
@warn "Dark Sky API key was not found in your system environment variables, skipping tests..."
end

0 comments on commit 905e22f

Please sign in to comment.