Skip to content

Commit 29de054

Browse files
committed
fix test/runtests.jl
1 parent 05b5c8e commit 29de054

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,9 @@ using Base.Test
8686
TranscodingStreams.test_roundtrip_transcode(Identity, Identity)
8787
end
8888

89+
installed = keys(Pkg.installed())
8990
for pkg in ["CodecZlib", "CodecZstd", "CodecBzip2"]
90-
if Pkg.installed(pkg) !== nothing
91+
if pkg in installed
9192
Pkg.test(pkg)
9293
end
9394
end

0 commit comments

Comments
 (0)