Skip to content

Commit f70d9dc

Browse files
author
Christopher Doris
committed
fix repr test
1 parent e4ac0bc commit f70d9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ end
828828
for value in Any[nothing, missing, (), identity, push!]
829829
@test @pyv `type($(pyjl(value))).__name__ == "AnyValue"`::Bool
830830
end
831-
@test @pyv `repr($(pyjl(missing))) == "jl: missing"`::Bool
831+
@test @pyv `repr($(pyjl(missing))) == "<jl missing>"`::Bool
832832
@test @pyv `str($(pyjl(missing))) == "missing"`::Bool
833833
x = Struct1("foo", 2)
834834
@test @pyv `$(pyjl(x)).x == "foo"`::Bool

0 commit comments

Comments
 (0)