Skip to content

Commit 9a2a0fb

Browse files
committed
Fix a bug
1 parent 4404ca0 commit 9a2a0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testitemcontroller.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ function execute_testrun(
234234

235235
testitem_ids_by_env = Dict{TestEnvironment,Vector{String}}()
236236

237-
env_content_hash_by_env = Dict{TestEnvironment,Int}()
237+
env_content_hash_by_env = Dict{TestEnvironment,UInt64}()
238238

239239
for i in values(valid_test_items)
240240
te = TestEnvironment(

0 commit comments

Comments
 (0)