Skip to content

Commit b4857fc

Browse files
committed
fix typos in test/runtests.jl
1 parent 1af3374 commit b4857fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,13 @@ if ("CI" => "true") ∈ ENV
243243
old_1_5_0 = UpdateJulia.version_of("julia-1.5.0")
244244
@test update_julia("1.5.0-", systemwide=true, migrate_packages=:force, verbose=true) == v"1.5.0-rc2"
245245
@test UpdateJulia.version_of("julia-1.5.0") === old_1_5_0
246-
# Manifest.toml is not neccessarily created until we migrate with force.
246+
# Manifest.toml is not necessarily created until we migrate with force.
247247
@test isfile(joinpath(first(Base.DEPOT_PATH), "environments", "v1.5", "Manifest.toml"))
248248
@test update_julia("1.5.0", systemwide=false, migrate_packages=:force, verbose=true) == v"1.5.0"
249249
@test UpdateJulia.@os(
250250
# windows doesn't use a bin, and it's only the user path we are reordering.
251251
UpdateJulia.version_of("julia-1.5") == v"1.5.0",
252-
# can't overwite the old installation because it was systemwide
252+
# can't overwrite the old installation because it was systemwide
253253
UpdateJulia.version_of("julia-1.5") == v"1.5.0-rc2",
254254
# system bin may come after user bin, so we have to specify the bin
255255
UpdateJulia.version_of("/usr/local/bin/julia-1.5") == v"1.5.0-rc2"

0 commit comments

Comments
 (0)