Skip to content

Commit

Permalink
add test to fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Jun 3, 2024
1 parent bf32e3b commit e13b3c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ end
@testset "docstring" begin
@test docstring(Foo(1,'x')) == "Foo"
@test docstring(Fruit.RedApple(4)) == "Main.Fruit.RedApple{Int64}"
@test docstring(sin) = Base.Docs.doc(sin) |> string
end

@testset "hyperparameter_ranges" begin
Expand Down

0 comments on commit e13b3c1

Please sign in to comment.