Skip to content

Commit e13b3c1

Browse files
committed
add test to fix coverage
1 parent bf32e3b commit e13b3c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ end
4646
@testset "docstring" begin
4747
@test docstring(Foo(1,'x')) == "Foo"
4848
@test docstring(Fruit.RedApple(4)) == "Main.Fruit.RedApple{Int64}"
49+
@test docstring(sin) = Base.Docs.doc(sin) |> string
4950
end
5051

5152
@testset "hyperparameter_ranges" begin

0 commit comments

Comments
 (0)