Skip to content

Commit 1efee7c

Browse files
authored
[nghttp2_jll] Fix test
1 parent cc98857 commit 1efee7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/nghttp2_jll/test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ end
1111

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

0 commit comments

Comments
 (0)