Skip to content

Commit

Permalink
bump JSON version check to a non-capped version (#29315)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC authored Sep 22, 2018
1 parent 60e6794 commit f8b52da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stdlib/Pkg/test/repl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -498,12 +498,12 @@ temp_pkg_dir() do project_path; cd(project_path) do
print(io, """
[compat]
JSON = "0.16.0"
JSON = "0.18.0"
"""
)
end
pkg"up"
@test Pkg.API.installed()["JSON"].minor == 16
@test Pkg.API.installed()["JSON"].minor == 18
write("Project.toml", old_project)
pkg"up"
@test Pkg.API.installed()["JSON"] == current_json
Expand Down

0 comments on commit f8b52da

Please sign in to comment.