We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4404ca0 commit 9a2a0fbCopy full SHA for 9a2a0fb
src/testitemcontroller.jl
@@ -234,7 +234,7 @@ function execute_testrun(
234
235
testitem_ids_by_env = Dict{TestEnvironment,Vector{String}}()
236
237
- env_content_hash_by_env = Dict{TestEnvironment,Int}()
+ env_content_hash_by_env = Dict{TestEnvironment,UInt64}()
238
239
for i in values(valid_test_items)
240
te = TestEnvironment(
0 commit comments