Skip to content

Commit a8b50ec

Browse files
author
hhaensel
committed
fix test for julia 1.6, set version v5.35.7 (again)
1 parent bbcc7e3 commit a8b50ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/tests_json_payload.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
@test response.status == 200
5656
@test String(response.body) == "[1, 2, 3]"
5757

58-
@test roundtrip(Dict(:a => "b")).a == "b"
58+
@test roundtrip(Dict(:a => "b"))["a"] == "b"
5959
@test eltype(roundtrip([nothing, 1])) === Union{Int, Nothing}
6060
@test eltype(roundtrip([nothing])) === Any
6161

0 commit comments

Comments
 (0)