JuliaWeb / HTTP.jl

HTTP for Julia
https://juliaweb.github.io/HTTP.jl/stable/
Other
626 stars 177 forks source link

Fix tests for new version of `ConcurrentUtilities` #1128

Closed fredrikekre closed 7 months ago

fredrikekre commented 7 months ago

ConcurrentUtilities changed an (internal) fieldname of the Pool type from max to limit. This field is used in HTTP.jl tests so this patch works around the issue.

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (5cd586d) 82.70% compared to head (535adfb) 82.70%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1128 +/- ## ======================================= Coverage 82.70% 82.70% ======================================= Files 32 32 Lines 3053 3053 ======================================= Hits 2525 2525 Misses 528 528 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.