Skip to content

Commit 7e6b568

Browse files
committed
fix a test broken in merge
1 parent 8940fe2 commit 7e6b568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/metadata_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ infos = Dict(trait => eval(:(MLJModelInterface.$trait))(FooRegressor) for
5858
@test !infos[:supports_weights]
5959
@test infos[:supports_class_weights]
6060
@test !infos[:supports_online]
61-
@test infos[:docstring] == "Cool model\n"
61+
@test infos[:docstring] == (@doc FooRegressor) |> string
6262
@test infos[:name] == "FooRegressor"
6363
@test infos[:human_name] == "foo regressor"
6464
@test infos[:is_supervised]

0 commit comments

Comments
 (0)