Skip to content

Commit

Permalink
[nghttp2_jll] Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Jul 10, 2022
1 parent cc98857 commit 1efee7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/nghttp2_jll/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ end

@testset "nghttp2_jll" begin
info = unsafe_load(ccall((:nghttp2_version,libnghttp2), Ptr{nghttp2_info}, (Cint,), 0))
@test VersionNumber(unsafe_string(info.version_str)) == v"1.47.0"
@test VersionNumber(unsafe_string(info.version_str)) == v"1.48.0"
end

0 comments on commit 1efee7c

Please sign in to comment.