Skip to content

Commit 4404ca0

Browse files
committed
Fix a bug
1 parent 720e100 commit 4404ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testenvironment.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ struct TestEnvironment
66
juliaArgs::Vector{String}
77
juliaNumThreads::String
88
mode::String
9-
env::Dict{String,String}
9+
env::Dict{String,Union{String,Nothing}}
1010
end
1111

1212
Base.hash(x::TestEnvironment, h::UInt) = hash(x.env, hash(x.mode, hash(x.juliaNumThreads, hash(x.juliaArgs, hash(x.juliaCmd, hash(x.package_name, hash(x.package_uri, hash(x.project_uri, hash(:TestEnvironment, h)))))))))

0 commit comments

Comments
 (0)