Skip to content

Commit dbdb3d8

Browse files
author
Christopher Doris
committed
fix jlwrap test
1 parent 40f9b83 commit dbdb3d8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/JlWrap.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,8 @@
210210
pyjl(Foo(1))._jl_display(mime = "text/plain")
211211
end
212212
@testset "help" begin
213-
# TODO: Fix these
214-
@test_skip pyjl(Foo(1))._jl_help()
215-
@test_skip pyjl(Foo(1))._jl_help(mime = "text/plain")
213+
@test pyis(pyjl(Foo(1))._jl_help(), nothing)
214+
@test pyis(pyjl(Foo(1))._jl_help(mime = "text/plain"), nothing)
216215
end
217216
end
218217

0 commit comments

Comments
 (0)