Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoegh committed Sep 20, 2015
1 parent 3769642 commit 9ad2ca4
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 @@ -28,5 +28,5 @@ end
@test isfile(joinpath(Conda.SCRIPTDIR, "conda" * @windows ? ".exe": ""))

Conda.add("jupyter=1.0.0")
@test v"4.0.0" == convert(VersionNumber, chomp(readall(`$(joinpath(Conda.SCRIPTDIR, "jupyter")) kernelspec --version`)))
@test v"4.0.0" == convert(VersionNumber, chomp(readall(`$(joinpath(Conda.SCRIPTDIR, "jupyter-kernelspec")) --version`)))

0 comments on commit 9ad2ca4

Please sign in to comment.