Skip to content

Commit

Permalink
revert un hexing
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinschmidt committed Sep 22, 2023
1 parent cef9f32 commit fe6312c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ray_julia_jll/test/reference_counting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

worker = GetCoreWorker()
# need to convert to hex string because these are just pointers
has_count(oid) = oid in _keys(GetAllReferenceCounts(worker))
has_count(oid) = Hex(oid) in Hex.(_keys(GetAllReferenceCounts(worker)))
local_count(oid) = first(_getindex(GetAllReferenceCounts(worker), oid))

oid = FromRandom(ObjectID)
Expand Down

0 comments on commit fe6312c

Please sign in to comment.